diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-04-04 16:24:50 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-04-04 16:24:50 -0400 |
commit | 171608f25c150e833c71eaa1e5900a67d8ee69f6 (patch) | |
tree | a52bfcf5d91483873c92dac12c50dd88ee784ca7 /src | |
parent | 9aaee5de85b34da5ce772db9c417f9aca7b676ae (diff) |
Add border to canvas
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.html | 2 |
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> |