Support setting the stage background color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user