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

提供: yonewiki
移動: 案内, 検索
(対数・指数函数 log/exp)
(対数・指数函数 log/exp)
747行: 747行:
 
   ctx.strokeStyle = 'rgb(0, 0, 0)';
 
   ctx.strokeStyle = 'rgb(0, 0, 0)';
 
   ctx.beginPath();
 
   ctx.beginPath();
   ctx.moveTo(200, 0);
+
   ctx.moveTo(0, 200);
   ctx.lineTo(200, 400);
+
   ctx.lineTo(400, 200);
 
   ctx.stroke();
 
   ctx.stroke();
  

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



個人用ツール
名前空間

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