Answered
change stroke color to none
i need a simple script that set stroke color of shape to none.
Thanks!
i need a simple script that set stroke color of shape to none.
Thanks!
Hi @aviel222
the solution is simple, but you may need to change the name of "NoColor" depending on your language.
app.selection[0].strokeColor = app.activeDocument.swatches.getByName("[None]").color; // depends on language
But again:
You haven't read this post carefully - have you?
Please mark answered questions as solved by marking one or more answers as "Correct Answer".
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.