ラベル HTML5 の投稿を表示しています。 すべての投稿を表示
ラベル HTML5 の投稿を表示しています。 すべての投稿を表示

2016年5月3日火曜日

テキスト描画:輪郭と塗りつぶしの設定(JavaScript,HTML5)

図形描画:色と不透明度の設定(JavaScript,HTML5)

図形描画:線幅・形状を指定(JavaScript,HTML5)

2016年5月1日日曜日

JavaScript HTML5 canvas arc

参考資料WEBサイトここから

JavaScript TEST HTML5 (line triangle )1

2014年2月26日水曜日

HTML5 canvas tag

Your browser does not support the HTML5 canvas tag.

2014年1月1日水曜日

canvasに直線・多角形を描くHTML5

2013年1月26日土曜日

HTML5 CANVAS

The HTML5 CANVAS is an new element that has a lot of features.
You can use CANVAS to add vector graphics, build interactive games and even create animations.
This lesson will take you through how to use the CANVAS element in your HTML5 documents, and explain fallback options for browsers that don't yet support it.
-----------------------------

HTML5.JP from here
-----------------------------
fallback plan
予備プラン

fallback position
最悪の場合の代案

as a fallback
滑り止めに

as a fallback position
代替策として

The fallback has to match the config structure exactly.
予備のコマンド(fallback)も、これらの設定の形式に正確に適合している必要があります。

2013年1月2日水曜日

html5 nav タグ (IE,firrfox,chromeいずれもOK)

HTML5 - New Features,Browser Support for HTML5

HTML5 - New Features


Some of the most interesting new features in HTML5:

  1. The <canvas> element for 2D drawing</canvas>
  2. The <video> and <audio> elements for media playback</audio></video>
  3. Support for local storage
  4. New content-specific elements, like <article>, <footer>, <header>, <nav>, <section></section></nav></header></footer></article>
  5. New form controls, like calendar, date, time, email, url, search


Browser Support for HTML5


HTML5 is not yet an official standard, and no browsers have full HTML5 support.
But all major browsers (Safari, Chrome, Firefox, Opera, Internet Explorer) continue to add new HTML5 features to their latest versions.
FROM HERE