Skip to content

Commit b680fd9

Browse files
committed
add 15
1 parent e62fe33 commit b680fd9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

html5_canvas_and_js/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# HTML5 Canvas and JS
1+
# 使用 canvas 绘图
2+
1. `canvas` 元素负责在页面中设定一个区域,然后就可以通过 `JavaScript` 动态地在这个区域中绘制图形;
3+
4+
2. `canvas` 对象具备基本绘图能力的 2D 上下文;
5+
6+
3. `canvas` 还有 `WebGL` 3D 上下文;
7+
8+
4. 在一些老版本的操作系统,例如 `XP`,缺少必要的绘图驱动程序。

0 commit comments

Comments
 (0)