Changes between Version 7 and Version 8 of webgl


Ignore:
Timestamp:
Oct 12, 2013, 8:51:01 PM (11 years ago)
Author:
Leon Kos
Comment:

short line

Legend:

Unmodified
Added
Removed
Modified
  • webgl

    v7 v8  
    111111//window.onload = window.onresize = function() {startup();}
    112112</script>
    113 <canvas id="myGLCanvas" width="500" height="500" style="background: black; float:right;">Your browser does not support the HTML5 canvas tag.</canvas>
     113<canvas id="myGLCanvas" width="500" height="500" style="background: black; float:right;">
     114  Your browser does not support the HTML5 canvas tag.
     115</canvas>
    114116<form><input type="button" value="Draw" onclick="startup()"/></form>
    115117}}}
     
    223225//window.onload = window.onresize = function() {startup();}
    224226</script>
    225 <canvas id="myGLCanvas" width="500" height="500" style="background: black; float:right;">Your browser does not support the HTML5 canvas tag.</canvas>
     227<canvas id="myGLCanvas" width="500" height="500" style="background: black; float:right;">
     228  Your browser does not support the HTML5 canvas tag.
     229</canvas>
    226230<form><input type="button" value="Draw" onclick="startup()"/></form>
    227231}}}