From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/canvas/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/zh-cn/glossary/canvas/index.html (limited to 'files/zh-cn/glossary/canvas/index.html') diff --git a/files/zh-cn/glossary/canvas/index.html b/files/zh-cn/glossary/canvas/index.html new file mode 100644 index 0000000000..b62a53c333 --- /dev/null +++ b/files/zh-cn/glossary/canvas/index.html @@ -0,0 +1,32 @@ +--- +title: Canvas +slug: Glossary/Canvas +tags: + - Canvas + - HTML5画布 +translation_of: Glossary/Canvas +--- +

{{Glossary("HTML")}} 的 {{HTMLElement("canvas")}} 元素提供了一个空白绘图区域,可以使用 {{Glossary("API","APIs")}} (比如 Canvas 2D 或 {{Glossary("WebGL")}})来绘制图形。

+ +

更多信息

+ +

常规信息

+ + + +

学习资源

+ + + +

技术信息

+ + -- cgit v1.2.3-54-g00ecf