레퍼런스 strokeWeight()

strokeWeight()

점, 선 및 도형의 윤곽에 사용되는 선의 너비를 설정합니다.

참고: strokeWeight() 는 변환(transformations)은 특히, scale()을 호출하는 경우에 영향을 받습니다.

예제

구문

strokeWeight(weight)

매개변수

weight

선두께를 설정합니다(픽셀 단위).

Notice any errors or typos? Please let us know. Please feel free to edit src/core/shape/attributes.js and open a pull request!

관련 레퍼런스