CSC/ECE 517 Fall 2017/M1753 OffscreenCanvas API

From Expertiza_Wiki
Revision as of 20:00, 22 October 2017 by Wzhang43 (talk | contribs) (Replaced content with "== M1755 - Implement OffscreenCanvas API == The HTML specification defines a <canvas> element that can use a 2d or 3d rendering context. A new specification was recently deve...")
Jump to navigation Jump to search

M1755 - Implement OffscreenCanvas API

The HTML specification defines a <canvas> element that can use a 2d or 3d rendering context. A new specification was recently developed that defines a canvas that can be used without being associated with an in-page canvas element, allowing for more efficient rendering.