YK
Size: a a a
YK
G
G
G
G
OK
VS
YK
V
VS
OK
SN
var maindoc = app.activeDocument;
var rect = maindoc.artboards[maindoc.artboards.getActiveArtboardIndex()].artboardRect;
maindoc.pathItems.rectangle(rect[1], rect[0], rect[2]-rect[0], rect[1]-rect[3]);
SN
V
OK
var maindoc = app.activeDocument;
var rect = maindoc.artboards[maindoc.artboards.getActiveArtboardIndex()].artboardRect;
maindoc.pathItems.rectangle(rect[1], rect[0], rect[2]-rect[0], rect[1]-rect[3]);
SN
OK
SN
OK
SN