From f70fe78d0a04e6abb0dde1808fd127fda147579b Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 19 May 2024 10:36:15 -0700 Subject: [PATCH] Hires: Default to color 7 --- hires.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hires.js b/hires.js index f9ac2d2..b82d51d 100644 --- a/hires.js +++ b/hires.js @@ -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;