リファレンス strokeWeight()

strokeWeight()

点、線、および図形の輪郭に使用されるストロークの幅を設定します。

注意:strokeWeight()は変換の影響を受けます。特に scale()の呼び出しの影響を受けます。

実例

シンタックス

strokeWeight(weight)

パラメーター

weight
Number:

ストロークの太さ(ピクセル単位)。

This page is generated from the comments in src/core/shape/attributes.js . Please feel free to edit it and submit a pull request!

関連するリファレンス