Closed Tebaeleven closed 1 year ago
試しにpathをコピーしてみた。
https://blocklycodelabs.dev/codelabs/custom-renderer/index.html?index=..%2F..index#6
/**
* Since input and output connections share the same shape you can define
* a function to generate the path for both.
*
* @param dir Multiplier for the vertical direction of the path (-1 or 1)
* @returns SVGPath line for use with input and output connections.
*/
「入力」と「出力」の接続部分は同じ形状を共有しているため、それらのためにパスを生成する関数を定義できます。
@param dir パスの垂直方向の乗数(-1または1) @returns 入力と出力の接続に使用するためのSVGPathライン。
https://user-images.githubusercontent.com/73474645/236386051-a1b7d646-d10e-47a8-ae63-4256f9c8c067.mov inputに入れるとサイズが変更できるもの。全てpathで書かれているのに、どうやってうまい具合にサイズを変更しているのだろうか。
目標
調査
Scratch
どうやらScratchはpathで描画しているっぽい?