アットウィキロゴ

renx4

var x=new Array();
var y=new Array();
var number_p;
 
function sample(){
 
  var canvas = document.getElementById('memo');
var context = canvas.getContext('2d');
var width = img.width;
var height = img.height;
canvas.width = width;
canvas.height = height;
context.drawImage(img, 0, 0);
 
}
 
最終更新:2015年11月18日 22:45