2

HTML5のcanvasタグまたはvideoタグをサポートしていない古い/現在のブラウザのHTML5のように動作させるためのjavascriptソリューションはありますか?

キャンバスタグは、HTML5をサポートするブラウザの場合と同じように動作するのが理想的ですが、ビデオタグは、代替コードに置き換えた場合にも適しています。

4

1 に答える 1

1

You can use the canvas in Internet Explorer using this library. There is also this library for doing the same with HTML 5 in general and this one for drawing text on a canvas. Here is a canvas library for GWT (which of course gets compiled to javascript).

Edit: Here is a library to add svg support to older browsers.

于 2010-01-31T03:52:58.420 に答える