HSLColor example: change the background color to black.

This commit is contained in:
Jonathan Puckey 2011-07-09 16:21:02 +02:00
parent 984af9c93b
commit 7772bfc2c9

View file

@ -48,6 +48,6 @@
</script>
</head>
<body>
<canvas id="canvas" resize></canvas>
<canvas id="canvas" resize style="background:black"></canvas>
</body>
</html>