I can make paths with specified fill colors but what about specifying one with no fill?
path.filled="false"; ??
thanks for the help. GM
This should do it:
path.fillColor = null;