InterviewSolution
Saved Bookmarks
| 1. |
What is canvas in HTML5? |
|
Answer» Canvas - ELEMENTS are drawn programmatically - Drawing is done with pixels - Animations are not BUILT in - High performance for pixels-based drawing operations - Resolution dependent - No support for event handlers - You can save the RESULTING image as .png or .jpg - Well SUITED for graphic-intensive games |
|