Changes between Version 7 and Version 8 of webgl
- Timestamp:
- Oct 12, 2013, 8:51:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
webgl
v7 v8 111 111 //window.onload = window.onresize = function() {startup();} 112 112 </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> 114 116 <form><input type="button" value="Draw" onclick="startup()"/></form> 115 117 }}} … … 223 225 //window.onload = window.onresize = function() {startup();} 224 226 </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> 226 230 <form><input type="button" value="Draw" onclick="startup()"/></form> 227 231 }}}