カテゴリー:
beginPath()メソッド
閲覧数:382 配信日:2015-11-22 09:33
▼index.html
<canvas id="canv" width="500px" height="500px"></canvas>
▼render.js
var ctx = document.getElementById("canv").getContext('2d');
ctx.beginPath();