add dynamic sized canvas

This commit is contained in:
Jeff Becker 2016-10-20 10:25:57 -04:00
parent 35e83c4996
commit f10ea363f0
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 17 additions and 10 deletions

View file

@ -5,9 +5,7 @@
</script>
</head>
<body style="background: #222;">
<div id="log">
</div>
<canvas id="main" width="1200" height="700" style="background: #222;">
<canvas id="main" style="background: #222;">
</canvas>
<script type="text/javascript" src="ui.js">
</script>