Path with fill
PathItems doesn't have the method to find if a path has a fill, which is what I must know ?
PathItems doesn't have the method to find if a path has a fill, which is what I must know ?
Must I know the color of a path fill to apply noColor ?
app.activeDocument.fillColor = noColor;
Yes. There is never a activeDocument[0]
(like I wrote before)
And last answer by myself:
curDoc.selection[0].filled = false;
or
curDoc.pathItems[0].filled = false;
All of these is a part of basic knowledgebase and you can find hundreds of examples here in forum.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.