English 中文(简体)
Canvas和RUS5:支持浏览器?
原标题:Canvas and HTML5: Supported Browsers?

我正在考虑为我即将到来的项目使用超文本5Canvas的内容。 我想知道所有主要浏览器(包括版本!)是谁知道最新建筑确实支持了Canvas的标签。 我没有给我一个大坝。 因此,没有双向报告IEE: https://developer.mozilla.org 图表——MDC,缩略语:

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

这是否意味着Canvas在1.5之上得到支持?

最佳回答
问题回答

它不仅涉及“支持Canvas”,而且涉及自首次发布以来,每项执行都涉及这一方法,并缺少其他方法。 因此,即使第1版第1版第1版第2版增加了Canvas的基本支持,它也可能有一些诱使无法在你的申请中使用。

在这种情况下,你可能需要检查目前的版本,然后回到你想要支持核查这些版本是否按预期运作的程度。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签