Yjavascript テスト 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
 
1行: 1行:
 
 
<yjavascript>
 
<yjavascript>
 
 
 
onload = function() {
 
onload = function() {
 
   draw1();
 
   draw1();
9行: 6行:
 
function draw1() {
 
function draw1() {
 
   var canvas = document.getElementById('c1');
 
   var canvas = document.getElementById('c1');
   if ( ! canvas || ! canvas.getContext ) { return false; }
+
   if ((! canvas) ||(! canvas.getContext)) { return false; }
 
   var ctx = canvas.getContext('2d');
 
   var ctx = canvas.getContext('2d');
 
   ctx.beginPath();
 
   ctx.beginPath();

2016年3月15日 (火) 00:00時点における最新版



個人用ツール
名前空間

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