2010-11-10から1日間の記事一覧

LINEを引こう

Canvasにラインを引いてみましょうSample03.html <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <title>Sample03.html</title> <script> function draw() { var canvas = document.getElementById("canvas1"); var c = canvas.getContext("2d"); c.lineWidth = 2; c.strokeStyle = "#999…</meta></head></html>