aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-04-04 16:24:50 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-04-04 16:24:50 -0400
commit171608f25c150e833c71eaa1e5900a67d8ee69f6 (patch)
treea52bfcf5d91483873c92dac12c50dd88ee784ca7
parent9aaee5de85b34da5ce772db9c417f9aca7b676ae (diff)
Add border to canvas
-rw-r--r--src/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.html b/src/shell.html
index 4c7b2147..641257c0 100644
--- a/src/shell.html
+++ b/src/shell.html
@@ -4,7 +4,7 @@
<title>Emscripten-Generated Code</title>
<body>
<center>
- <canvas id='canvas' width='256' height='256'></canvas>
+ <canvas id='canvas' width='256' height='256' style="border: 1px solid black"></canvas>
<hr>
<textarea id="output" style="font-family: monospace; width: 80%" rows="8"></textarea>
<hr>