Canvas和HTML5:支持的浏览器? [英] Canvas and HTML5: Supported Browsers?

查看:650
本文介绍了Canvas和HTML5:支持的浏览器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为即将到来的项目使用HTML5 Canvas元素。我想知道什么所有主要的浏览器(包括版本!,我知道最新的版本支持canvas)支持Canvas标签。我不给一个关于IE的一个。所以不要打扰报告IE。 :)在本教程绘制形状 - MDC 中,quadraticCurveTo部分说:

I am looking at using HTML5 Canvas element for my upcoming project. I want to know what all major browsers (including the versions!, cos i know that the latest builds do support canvas) support the Canvas tag. I don't give a damn about IE. So don't bother reporting IE. :) In this tutorial Drawing shapes - MDC, the quadraticCurveTo section says:


quadraticCurveTo(cp1x,cp1y,x,y)//
BROKEN在Firefox 1.5中(参见下面的
) / p>

quadraticCurveTo(cp1x, cp1y, x, y) // BROKEN in Firefox 1.5 (see work around below)

这是否意味着Firefox 1.5及以上版本也支持Canvas?

Does that mean that Canvas is supported on Firefox 1.5 and above too?

推荐答案

caniuse.com 列出了许多不同功能(包括画布)的浏览器支持。

caniuse.com lists browser support for many different features, including canvas.

具体来说,画布的浏览器支持列在 caniuse .com /#search = canvas

Specifically, browser support for canvas is listed at caniuse.com/#search=canvas.

这篇关于Canvas和HTML5:支持的浏览器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆