This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main(); | |
function main(){ | |
var list = new Array(); | |
var doc = app.activeDocument; | |
var str = ""; | |
var coords = new Array(); | |
var ab = doc.artboards[0]; | |
// ab.rulerOrigin = [0 , 0]; |