Copy link to clipboard
Copied
Is it possible to change stroke color in toolbar with script?
I thought that I saw that before but I can not find currently..
Views
Translate
Report
var col = new CMYKColor();col.cyan = 55;col.magenta = 46;col.yellow = 46;col.black = 11;
docR.defaultStrokeColor = col
Votes
never-displayed