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
item.fillColor = null; item.strokeColor = null;
It works.
thank you
No problem - thanks for mentioning it, I will add it to the tutorials..