Answered
How to change stroke color in toolbar with script?
Is it possible to change stroke color in toolbar with script?
I thought that I saw that before but I can not find currently..
Is it possible to change stroke color in toolbar with script?
I thought that I saw that before but I can not find currently..
var col = new CMYKColor();
col.cyan = 55;
col.magenta = 46;
col.yellow = 46;
col.black = 11;
docR.defaultStrokeColor = col
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.