Skip to content

Commit d80d451

Browse files
Properly close canvas element in index.html (aframevr#821)
1 parent d8df296 commit d80d451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<body>
6666
<a-scene debug="true">
6767
<a-assets>
68-
<canvas id="canvasTexture" width="512" height="512" />
68+
<canvas id="canvasTexture" width="512" height="512"></canvas>
6969
<a-mixin id="blue" material="color: #4CC3D9"></a-mixin>
7070
<a-mixin id="blueBox" geometry="primitive: box; depth: 2; height: 5; width: 1" material="color: #4CC3D9"></a-mixin>
7171
<a-mixin id="box" geometry="primitive: box; depth: 1; height: 1; width: 1"></a-mixin>

0 commit comments

Comments
 (0)