Sg2.9
document.currentStyle - witho...
Recent RSS
document.currentStyle - without color
From:  Axel
Date:  25. September 2010, 11:42

Hi,

is there a possibility to set the fillColor or the strokeColor to a value that says it's without a color (like in toolbar of Illustrator) via code?
I couldn't find related topics to that topic.

thanks,
Axel

Re: document.currentStyle - without color
Date:  25. September 2010, 13:53
item.fillColor = null;
item.strokeColor = null;
Re: document.currentStyle - without color
From:  Axel
Date:  25. September 2010, 14:05

It works.

thank you

Re: document.currentStyle - without color
Date:  25. September 2010, 15:52

No problem - thanks for mentioning it, I will add it to the tutorials..

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Stroke Translation 10.03.09