We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62fe33 commit b680fd9Copy full SHA for b680fd9
html5_canvas_and_js/README.md
@@ -1 +1,8 @@
1
-# HTML5 Canvas and JS
+# 使用 canvas 绘图
2
+1. `canvas` 元素负责在页面中设定一个区域,然后就可以通过 `JavaScript` 动态地在这个区域中绘制图形;
3
+
4
+2. `canvas` 对象具备基本绘图能力的 2D 上下文;
5
6
+3. `canvas` 还有 `WebGL` 3D 上下文;
7
8
+4. 在一些老版本的操作系统,例如 `XP`,缺少必要的绘图驱动程序。
0 commit comments