您的位置:首页 > Web前端 > HTML5

HTML5 Canvas Tutorial

2015-06-09 13:53 603 查看

The HTML5 Canvas element enables you do draw graphics freely inside the bounds of the canvas element in your HTML5 page.

Below is a simple example. Click this button to draw on the canvas:

This example, however, only shows a very little part of what you can do with the HTML5 canvas element.

The HTML5 canvas element itself is an HTML element, but the API you use to work with it, is a JavaScript API. This tutorial will explore both parts.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: