Comparison of layout engines (HTML5 canvas)

The following tables compare support for the drawing APIs of the Canvas element, a feature of HTML5. These tables compare native support by web browsers, without any plugins, add-ons or ECMAScript workarounds.

Explanation of the tables

Engine nomenclature

Rather than the names of web browsers and HTML to PDF converters, the names of the underlying engines are used. Some of the software and online converters that use the various engines are listed below.

Layout engine Release version Preview version Used by
Amaya 11.4.7[1] N/A No longer developed; Amaya
Blink 537.36 source code[note 1] Chromium/Chrome (28+), Opera (15+), Sleipnir, Vivaldi, Yandex, Liebao and Samsung Browser .
EdgeHTML 13.10586 [2] N/A Microsoft Edge, Universal Windows Platform (UWP) JavaScript apps
Gecko
Standard 50.0.2 / November 30, 2016 (2016-11-30)[3]
ESR 45.5.1 / November 30, 2016 (2016-11-30)[4]
Beta 51.0beta / November 16, 2016 (2016-11-16)[5][6] semiweekly release
Developer Edition 52.0a2 / November 18, 2016 (2016-11-18)[7][8] daily release
Nightly 53.0a1 / November 14, 2016 (2016-11-14)[9][10] daily release
All Mozilla software, including Firefox; SeaMonkey and Galeon; Camino; K-Meleon; Flock (up to 2.x); Debian IceWeasel; GNU IceCat (formerly GNU IceWeasel); Cyberfox; Icedove, Iceape and Iceowl; Firefox for mobile ("Fennec"). Also used by the Maple platform in 2010 and 2011 Samsung "SmartTV" devices which are based on the build used in Firefox 2.5. The Nokia Asha platform also uses Gecko for web apps rendering.
Goanna 27.0.2 (December 2, 2016 (2016-12-02)[11]) [±] 27 public beta 3 (October 27, 2016 (2016-10-27)[12]) [±] Pale Moon and FossaMail
KHTML 4.12.3[13] N/A Konqueror[note 2]
Martha ? ? PDFreactor, Nimbudocs Editor and edit-on NG
Presto 2.12.388 N/A No longer developed; Opera and Opera Mobile use Blink now; Nintendo DS & DSi Browser; Internet Channel
Prince 10 20160810 HTML to PDF converters: Prince (previously called PrinceXML), DocRaptor. The information in the Prince columns is also true of Prince for Books, a related layout engine.
Tasman (IE 5.2.3 for Mac) N/A No longer developed (aborted in 2003); Internet Explorer 5+ for Mac OS X
Trident 7.0 (IE 11) N/A Internet Explorer and other Internet Explorer shells like Maxthon (Microsoft Windows operating systems only), Windows Phone 8
WebKit 534.20 nightly build[note 3] Tizen (both OS and browser), Safari (both desktop and mobile), Google Chrome (before 28), Maxthon 3, Shiira, iCab 4, OmniWeb 5.5+, Web, Adobe AIR, Midori, surf, Adobe Dreamweaver CS4 and CS5, Android browser, Palm webOS browser, Symbian S60 browser, OWB, Steam, Rekonq, Arora, Flock (version 3+), RockMelt, Dolphin Browser, Konqueror[note 2]. Used by the LG Smart TV platform to enable web content on TVs. HTML to PDF converters: wkhtmltopdf, PhantomJS, Pdfcrowd[14], http://www.online-convert.com/[15].
  1. "chromium / chromium/blink". chromium.googlesource.com. Google. Retrieved 2014-05-27.
  2. 1 2 In Konqueror, the user can switch the used layout engine.
  3. "WebKit Nightly Builds". webkit.org. Retrieved 2014-05-27.

Values

Values indicate the level of support in the most recent version of the layout engine, or (if a version number is given) in the specified version. Version numbers without any other value indicate the version at which the layout engine first fully supported the feature.

Value Meaning
Yes Indicates that the layout engine fully supports this property/element when valid values are used.
No Indicates that the property/element is completely ignored.
Partial Indicates that the property/element is understood, but that not all values are supported. Supported values are implemented correctly.
Incorrect Indicates that the property/element is understood, but that it is not implemented correctly in all cases.
Experimental Indicates that the property/element is understood, but supported under an alternate name. May be incomplete or buggy.
Dropped Indicates that the property/element is no longer supported.
Nightly build Indicates that the property/element is supported to some extent in an experimental/nightly build. Future support is expected.
Depends Indicates that the property/element is supported only on certain platforms, or if certain settings are configured.

Canvas functions

Trident Gecko WebKit Presto
getContext 5.0 1.8 Yes 2.0
toDataURL 1.8[g 1] Yes[w 1] 2.1[note 1]

Supported contexts

Trident Gecko WebKit Presto
2d 5.0 1.9.1 Partial 2.6
WebGL 7.0[t 1] Depends[g 2] Depends[w 2] 2.9.220[p 1]

Canvas Rendering Context 2D

Trident[t 2] Gecko[g 3] WebKit[w 3] Presto[p 2][p 3]
The canvas state
save 5.0 1.8 Yes 2.0
restore
Transformations
scale 5.0 1.8 Yes 2.0
rotate
translate
transform 2.6[note 2][p 4][p 5][p 6]
setTransform 2.6[note 2]
Compositing
globalAlpha 5.0 1.8 Yes 2.0
globalCompositeOperation
Colors and styles
strokeStyle 5.0 1.8 Yes 2.0
fillStyle
createLinearGradient
createRadialGradient
createPattern
Line styles
lineWidth 5.0 1.8 Yes 2.0
lineCap
lineJoin
miterLimit
Shadows
shadowOffsetX 5.0 1.9.1[g 4] Yes 2.4[note 3]
shadowOffsetY
shadowBlur
shadowColor
Simple shapes
clearRect 5.0 1.8 Yes 2.0
fillRect
strokeRect
Complex shapes
beginPath 5.0 1.8 Yes 2.0
closePath
moveTo
lineTo
quadraticCurveTo 1.8.1[note 4]
bezierCurveTo 1.8
arcTo 1.8.1[g 5]
rect 1.8
arc
fill
stroke
clip
isPointInPath
Focus management
drawFocusRing No 28.0[g 6] No No
Text
font 5.0 1.9.1[note 5] Yes No
textAlign 2.6
textBaseline
fillText
strokeText
measureText
Images
drawImage 5.0 1.8 Yes 2.0
createImageData 1.9.1[g 8][g 9] 2.7[p 7]
getImageData 1.9[g 9] 2.6[note 2]
putImageData 2.0[g 10][g 9]

Notes

  1. Presto 2.0 had partial support for this property.
  2. 1 2 3 Opera 9.5(Presto 2.1) support table claims support for this, but support tables for Presto 2.1.1 up to 2.5 indicate that this property is not supported.
  3. Prior to version 2.4, Presto only had partial support for this property.
  4. Incorrect in Gecko 1.8
  5. Gecko had experimental support in version 1.9, with different names.[g 7]

References

Trident references

Gecko references

Webkit references

Presto references

Other references

  1. Amaya Binary Releases, Most recent download link in stable
  2. Change log between EdgeHTML 12.10240 and 13.10586
  3. "Firefox — Notes (50.0.2) — Mozilla". mozilla.org. 2016-11-30. Retrieved 2016-11-30.
  4. "Firefox Extended Support Release — Notes (45.5.1) — Mozilla". mozilla.org. 2016-11-30. Retrieved 2016-11-30.
  5. "Firefox — Beta Notes (50.0beta) — Mozilla". 2016-10-16. Retrieved 2016-10-23.
  6. "Mozilla Firefox Web Browser — Download Firefox Beta in your language — Mozilla". Retrieved 2016-07-02.
  7. "Firefox — Aurora Notes (52.0a2) — Mozilla". 2016-11-18. Retrieved 2016-11-18.
  8. "Mozilla Firefox Web Browser — Download Developer Edition in your language — Mozilla". Retrieved 2016-11-18.
  9. "RapidRelease/Calendar - MozillaWiki". Retrieved 2016-10-21.
  10. "Mozilla Firefox Web Browser — Download Firefox Nightly in your language — Mozilla". Retrieved 2016-10-23.
  11. "Pale Moon Release Notes". Pale Moon. 2016-12-02. Retrieved 2016-12-02.
  12. "Pale Moon public beta/unstable branch release notes". Moonchild Productions. 2016-10-27. Retrieved 2016-10-27.
  13. Download for kdelibs, Most recent download link in stable
  14. Pdfcrowd FAQ, “Pdfcrowd is built around Webkit.”
  15. ‘Producer’ metadata in the resulting pdf., https://www.coolutils.com/Online/HTML-Converter/ Free Online HTML Converter around Webkit

External links

This article is issued from Wikipedia - version of the 1/9/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.