blob: f28d6a36afce003a08998e1318335b1be08c9c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
---
title: Canvas
slug: Glossary/Canvas
tags:
- HTML
- JavaScript
translation_of: Glossary/Canvas
---
<article class="text-content" id="wikiArticle">
<p>一個 {{Glossary("HTML")}} <em>{{HTMLElement("canvas")}}</em> 元素提供一個空的圖區使特定的 {{Glossary("JavaScript")}} {{Glossary("API","APIs")}} 可以在上面繪圖(像是 Canvas 2D 或 {{Glossary("WebGL")}}).</p>
<h2 id="了解更多">了解更多</h2>
<h3 id="常規知識">常規知識</h3>
<ul>
<li>{{Interwiki("wikipedia", "Canvas element", "Canvas")}} 維基百科</li>
</ul>
<h3 id="學習資源">學習資源</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial">The Canvas tutorial on MDN</a></li>
</ul>
<h3 id="技術參考">技術參考</h3>
<ul>
<li>The HTML {{HTMLElement("canvas")}} element on MDN</li>
<li><a href="https://developer.mozilla.org/en-US/docs/HTML/Canvas">The Canvas general documentation on MDN</a></li>
<li>{{domxref("CanvasRenderingContext2D")}}: The canvas 2D drawing API</li>
<li><a href="http://www.w3.org/TR/2dcontext/" rel="external">The Canvas 2D API specification</a></li>
</ul>
</article>
|