OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>WebGL Test: Green Triangle over Black Background</title> | 4 <title>WebGL Test: Green Triangle over Black Background</title> |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 .nomargin { | 6 .nomargin { |
7 margin: 0px auto; | 7 margin: 0px auto; |
8 } | 8 } |
9 </style> | 9 </style> |
10 | 10 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 } | 128 } |
129 </script> | 129 </script> |
130 </head> | 130 </head> |
131 <body onload="main()"> | 131 <body onload="main()"> |
132 <div style="position:relative; width:200px; height:200px; background-color:black
"></div> | 132 <div style="position:relative; width:200px; height:200px; background-color:black
"></div> |
133 <div style="position:absolute; top:0px; left:0px"> | 133 <div style="position:absolute; top:0px; left:0px"> |
134 <canvas id="c" width="200" height="200" class="nomargin"></canvas> | 134 <canvas id="c" width="200" height="200" class="nomargin"></canvas> |
135 </div> | 135 </div> |
136 </body> | 136 </body> |
137 </html> | 137 </html> |
OLD | NEW |