New HTML5 Canvas API support
问题 I have found several posts about new functions in HTML5 Canvas API, like Path primitives or Hit Regions. It seems that the current specification (4.8.11) has got these features: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#hit-regions Althought the context.addHitRegion (context is canvas2d context) in my Chrome 23.0.1271.64 returns undefined (I cannot create Path primitives too). Does somebody know when these features will be implemented (their