Support setting the stage background color

This commit is contained in:
Christopher Willis-Ford
2016-05-19 12:00:19 -07:00
parent 7f020787fd
commit d9a89fdd06
3 changed files with 29 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<title>Scratch WebGL rendering demo</title>
</head>
<body>
<canvas id="scratch-stage" width="10" height="10"></canvas>
<canvas id="scratch-stage" width="10" height="10" style="border:1px dashed black;"></canvas>
</body>
<script src="render-webgl.js"></script>
<script>