JavaScript 数値演算 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(対数・指数函数 log/exp)
(対数・指数函数 log/exp)
755行: 755行:
 
   ctx.stroke();
 
   ctx.stroke();
  
   ctx.beginPath();
+
   for(var i = 220;i < 400;i += 20){
  ctx.moveTo(220, 195);
+
    ctx.beginPath();
  ctx.lineTo(220, 205);
+
    ctx.moveTo(i, 195);
  ctx.stroke();
+
    ctx.lineTo(i, 205);
 
+
    ctx.stroke();
 +
  }
 
/*
 
/*
 
   ctx.beginPath();
 
   ctx.beginPath();

2016年4月7日 (木) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス