All,<div><br></div><div>a discussion has been going on about how winding rules should be specified in Canvas.</div><div>As you may know, mozilla defined a graphic state operator 'fillStyle' that sets the winding that should be applied when clipping or filling. Looking at their source code, it seems that this was done because this is how cairo implemented it as well.</div>
<div><br></div><div>All other graphics libraries that I'm aware of, have a separate call like eofill or eoclip to accomplish this.</div><div>Is Cairo doing something with this value while you issue drawing commands? Or is it just applied at fill/clip time?</div>
<div><br></div><div>Rik</div>