owulveryck / goMarkableStream

A utility to stream (and record) from a Remarkable2 without hack or third party dependencies
MIT License
593 stars 24 forks source link

Make sure background-color of body is white #99

Closed hashworks closed 11 months ago

hashworks commented 11 months ago

On systems with a dark theme it is not guaranteed that the html/body background-color is white. In that case the canvas will be distorted and fail to remove old elements.

This enforces a white background color.

Before: image

After: image

owulveryck commented 11 months ago

Thank you very much