- From: James Ascroft-Leigh <jwal@jwal.me.uk>
- Date: Wed, 2 Jan 2013 19:15:51 +0000
- To: Rik Cabanier <cabanier@gmail.com>
- Cc: whatwg@whatwg.org
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.
Received on Wednesday, 2 January 2013 19:16:17 UTC