Skip to content

Commit 131b82e

Browse files
authored
Merge pull request #9 from virtuaCode/fix-canvas-size
Fix canvas size to avoid aliasing
2 parents 0ed2592 + 27afa08 commit 131b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsdecoder/gameboy_printer_js_decoder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219

12201220
<br>
12211221
<input id="submit_button" type="button" value="Click to Update Gameboy Tile"><br/><br/>
1222-
<canvas id="demo_canvas" width="500" height="500" style="image-rendering: pixelated">
1222+
<canvas id="demo_canvas" width="480" height="432" style="image-rendering: pixelated">
12231223
Your browser doesn't support the HTML5 canvas :(
12241224
</canvas>
12251225
</div>

0 commit comments

Comments
 (0)