首页 > Web开发 > 详细

HTML5 Canvas Tutorial

时间:2015-06-09 15:22:11      阅读:295      评论:0      收藏:0      [点我收藏+]

 

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.

HTML5 Canvas Tutorial

原文:http://www.cnblogs.com/hephec/p/4563354.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!