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