Is there any way of changing the behavior of the AreaFill functions, so that instead of NOT drawing to overlapping areas ("odd even" fill), it actually draws to those areas as well ("winding" fill) ??
Fri, 2012-03-16 20:23
#1
AreaFill == OddEven
Any more clues abut this? I'm not sure I understand you. From what I know about fills you need to draw a border to enclose it and fill within. Are your two areas overlapping?
You could fill in between as a work around for that I suppose.
No, no more clues about this. I am guessing, that I have to do the "winding" fill manually, as you say somehow calculate the inbetween sections and fill them out.