下表比較了HTML5畫布元素對繪圖API的支持及網頁瀏覽器的原生支持程度,無任何插件、附加組件或ECMAScript工作區。
表格說明
這裡使用後端的引擎名而不是瀏覽器的名稱。使用各瀏覽器引擎的瀏覽器如下表所示。
More information 排版引擎, 發行版本 ...
Close
- chromium / chromium/blink. chromium.googlesource.com. Google. [2014-05-27].
- 在Konqueror中,用戶可以切換排版引擎。
- WebKit Nightly Builds. webkit.org. [2014-05-27].
以下各格的顏色表示該排版引擎的最新版本或指定版本(如果給出版本號的話)對該功能的支援程度。沒有取值的版本號表示該排版引擎首次完全支援該功能。
More information 取值, 含義 ...
取值 | 含義 |
---|---|
是 | 表示該排版引擎完全地支援該功能或元素。 |
否 | 表示該功能或元素尚未有支援。 |
部份 | 表示該功能或元素有實作進展,但並不支援所有取值,對於已支援的取值,該實作是正確的。 |
不正確 | 表示該功能或元素有實作進展,但是實作並非在所有情況都是正確無誤的。 |
實驗性質 | 表示該功能或元素有實作進展,但是使用另外的屬性或元素名(瀏覽器前輟)。多半是不完全實作或是有過多的漏洞。 |
拋棄 | 表示該屬性/元素不再受到支援。 |
每日構建 | 表示該功能或元素在未釋出的版本有某種程度的支援。預期將有完整支援。 |
依情況 | 表示該屬性/元素僅在某些平台支援或設定在某些組態後支援。 |
Close
畫布功能
支援的上下文
畫布2D彩現上下文
More information Trident[t 2], Gecko[g 3] ...
Trident[t 2] | Gecko[g 3] | WebKit[w 3] | Presto[p 2][p 3] | |
---|---|---|---|---|
畫布狀態 | ||||
save
|
5.0 | 1.8 | 是 | 2.0 |
restore
| ||||
轉換 | ||||
scale
|
5.0 | 1.8 | 是 | 2.0 |
rotate
| ||||
translate
| ||||
transform
|
2.6[注 2][p 4][p 5][p 6] | |||
setTransform
|
2.6[注 2] | |||
合成 | ||||
globalAlpha
|
5.0 | 1.8 | 是 | 2.0 |
globalCompositeOperation
| ||||
顏色與樣式 | ||||
strokeStyle
|
5.0 | 1.8 | 是 | 2.0 |
fillStyle
| ||||
createLinearGradient
| ||||
createRadialGradient
| ||||
createPattern
| ||||
線條樣式 | ||||
lineWidth
|
5.0 | 1.8 | 是 | 2.0 |
lineCap
| ||||
lineJoin
| ||||
miterLimit
| ||||
陰影 | ||||
shadowOffsetX
|
5.0 | 1.9.1[g 4] | 是 | 2.4[注 3] |
shadowOffsetY
| ||||
shadowBlur
| ||||
shadowColor
| ||||
簡單形狀 | ||||
clearRect
|
5.0 | 1.8 | 是 | 2.0 |
fillRect
| ||||
strokeRect
| ||||
複雜形狀 | ||||
beginPath
|
5.0 | 1.8 | 是 | 2.0 |
closePath
| ||||
moveTo
| ||||
lineTo
| ||||
quadraticCurveTo
|
1.8.1[注 4] | |||
bezierCurveTo
|
1.8 | |||
arcTo
|
1.8.1[g 5] | |||
rect
|
1.8 | |||
arc
| ||||
fill
| ||||
stroke
| ||||
clip
| ||||
isPointInPath
| ||||
集中管理 | ||||
drawFocusRing
|
否 | 28.0[g 6] | 否 | 否 |
文字 | ||||
font
|
5.0 | 1.9.1[注 5] | 是 | 否 |
textAlign
|
2.6 | |||
textBaseline
| ||||
fillText
| ||||
strokeText
| ||||
measureText
| ||||
圖像 | ||||
drawImage
|
5.0 | 1.8 | 是 | 2.0 |
createImageData
|
1.9.1[g 8][g 9] | 2.7[p 7] | ||
getImageData
|
1.9[g 9] | 2.6[注 2] | ||
putImageData
|
2.0[g 10][g 9] |
Close
注釋
參考文獻
- Introducing IE11: The Best Way to Experience the Web on Modern Touch Devices. Microsoft. [8 November 2013]. (原始內容存檔於2013-07-26).
- Internet Explorer Platform Preview Release Notes, (原始內容存檔於2010年4月19日)
- WebGL - MDC, Mozilla, [2016-02-06], (原始內容存檔於2010-06-26)
- Canvas tutorial - MDC, [2016-02-06], (原始內容存檔於2012-08-03)
- Bug 310682 - Implement shadows for <html:canvas>, Mozilla, [2016-02-06], (原始內容存檔於2021-03-08)
- Bug 333613 – update canvas on branch, Mozilla, [2016-02-06], (原始內容存檔於2021-03-08)
- Bug 540456 - Support HTML5 canvas drawFocusRing(), Mozilla, [2016-02-06], (原始內容存檔於2021-03-08)
- Bug 436904 - implementing Canvas text spec, Mozilla, [2016-02-06], (原始內容存檔於2021-03-08)
- Bug 433004 - Support canvas.getContext("2d").createImageData(), Mozilla, [2016-02-06], (原始內容存檔於2021-03-09)
- Pixel manipulation with canvas - MDC, [2016-02-06], (原始內容存檔於2012-05-01)
- Bug 498826 - canvas putImageData doesn't implement optional arguments, Mozilla, [2016-02-06], (原始內容存檔於2021-03-09)
- WebKit DOM Programming Topics: Using the Canvas, [2016-02-06], (原始內容存檔於2010-08-18)
- Marrin, Chris, WebGL Now Available in WebKit Nightlies, Surfin' Safari, 2009-10-19 [2016-02-06], (原始內容存檔於2017-02-22)
- WebKit DOM reference - CanvasRenderingContext2D, [2016-02-06], (原始內容存檔於2009-10-11)
- Opera Desktop Team Blog, [2016-02-06], (原始內容存檔於2011-10-15)
- Opera 9 canvas support, [2016-02-06], (原始內容存檔於2016-01-31)
- Opera 9.5 canvas support, [2016-02-06], (原始內容存檔於2016-03-03)
- Presto 2.1.1 canvas support table, [2016-02-06], (原始內容存檔於2016-03-03)
- Presto 2.5 canvas support table, [2016-02-06], (原始內容存檔於2016-03-04)
- Presto 2.6 canvas support table, [2016-02-06], (原始內容存檔於2016-03-04)
- Web specifications support in Opera Presto 2.7 - Core Milestone additions since Opera Presto 2.6, [2016-02-06], (原始內容存檔於2011-02-13)
- Amaya Binary Releases, Most recent download link in stable
- Firefox 77.0.1, See All New Features, Updates and Fixes. mozilla.org. Mozilla基金會. 2020-06-03.
- Firefox ESR 68.9.0, See All New Features, Updates and Fixes. mozilla.org. Mozilla基金會. 2020-06-02.
- Index of /pub/firefox/releases/133.0b7/. 2024年11月11日 [2024年11月12日] (英語). 引文格式1維護:未辨識語文類型 (link)
- Firefox Nightly 134.0a1, See All New Features, Updates and Fixes. 2024年10月28日 [2024年10月29日] (英語). 引文格式1維護:未辨識語文類型 (link)
- Download for kdelibs, Most recent download link in stable
外部連結
- HTML Canvas 2D Context. W3C. 2014-08-21 [2015-01-09]. (原始內容存檔於2021-03-11).
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.