Isolating fill() and stroke() to single elements

Good day folks! Is there any way that i can 'isolate' commands like fill() and stroke() so that they only affect a single object? Reason being that i have used the default stroke for a bunch of elements in my program so left it unspecified and now that i want to change the stroke in an element it applies it to everything. i know i could stop it by specifying the stroke for all the elements but its a bit of a pain as my program is quite big now. Any help will be much appreciated. Thanks!

Tagged:
Sign In or Register to comment.