Skip to content

Commit badee9f

Browse files
8th line commited
1 parent cf340ac commit badee9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

08 - Fun with HTML5 Canvas/index-START.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<canvas id="draw" width="800" height="800"></canvas>
1010
<script>
1111
</script>
12-
12+
// Some data we can work with (again)
13+
// Same as Day 1, plus a couple of new ones
1314
<style>
1415
html, body {
1516
margin: 0;

0 commit comments

Comments
 (0)