strokeMiterLimit
書式
pathItemObject
.strokeMiterLimit
説明
PathItem(パス)の角の比率を示します。
?
1
2
var
pItem=app.activeDocument.pathItems[0];
alert(pItem.strokeMiterLimit);
目次に戻る