We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa9ad6 commit cecdeb7Copy full SHA for cecdeb7
1 file changed
public/map.js
@@ -822,7 +822,7 @@ function drawPhotos() {
822
const screenSize = Math.ceil(PIXEL_SIZE * scale);
823
824
// Always draw the base color block
825
- ctx.fillStyle = clampHexToHSL(photo.color);
+ ctx.fillStyle = photo.color;
826
ctx.fillRect(screenX, screenY, screenSize, screenSize);
827
828
// Overlay the image with a fade between 4x and 5x
0 commit comments