Hires: Default to color 7

This commit is contained in:
Joshua Bell 2024-05-19 10:36:15 -07:00
parent 6278f871fb
commit f70fe78d0a

View File

@ -23,7 +23,7 @@ function HiRes(element, width, height) {
last_x = 0,
last_y = 0,
pixels = [],
color = 0,
color = 7,
context = element.getContext("2d");
pixels.length = width * height;