Hi, how can I define a color with just no color. So it's total transparant.
Thanks, Kasper
okay,
I feel stupid. I thought that when I set alpha to 0 the whole path gets transparant. Bit now I realize that's something else.
thanks,
Kasper
The better way to turn color of is setting it to null:
obj.style.stroke.color = null;