연구 설문조사: Blockly 사용 경험을 알려주세요
설문조사 시작
창
Drawer
는 렌더러 정보를 기반으로 SVG 경로를 빌드하고 경로 객체에 전달합니다.
상수 제공자에 정의된 서로 다른 측정 가능 경로의 다양한 경로 표현을 모두 연결합니다. 이 경우 Blockly에서 제공하는 SVG path utils(SVG 경로 유틸리티)를 사용하여 이를 수행합니다.
이 창은 블록 내의 연결 오프셋도 업데이트합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-07-24(UTC)
[null,null,["최종 업데이트: 2023-07-24(UTC)"],[[["The `Drawer` uses renderer information to construct SVG paths for block visualization, passing them to the path object for rendering."],["It integrates path representations of block elements, defined by the constant provider, and connects them using SVG path utilities."],["The `Drawer` is also responsible for adjusting the positions of connection points within the block during rendering."]]],["The `Drawer` constructs SVG paths using renderer info and sends them to the path object. It integrates various path representations of measurables, defined within the constant provider. Blockly's SVG path utilities are used for path construction. Additionally, the `Drawer` adjusts the offsets of connections located within the block. This process is central to how blocks are visually assembled and connected.\n"]]