[whatwg] Canvas: even-odd winding rule fills
James Ascroft-Leigh
jwal at jwal.me.uk
Wed Jan 2 11:15:51 PST 2013
Actually, fillRule was really trivial to implement since the underlying
graphics context already had that as a Boolean state attribute. All I
needed to do was expose the existing attribute through the canvas API IDL.
Take a look at the patch and notice how it doesn't actually add any new
functionality, just really thin API translation functions.
More information about the whatwg
mailing list