Make sure background-color of body is white #99
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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](https://private-user-images.githubusercontent.com/2362091/291015727-13fe54da-563d-43a2-8279-ffe447bcf130.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzk1NjgsIm5iZiI6MTczOTI3OTI2OCwicGF0aCI6Ii8yMzYyMDkxLzI5MTAxNTcyNy0xM2ZlNTRkYS01NjNkLTQzYTItODI3OS1mZmU0NDdiY2YxMzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTMwNzQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGE0NDllMGIzOWJkODRlYmQzZGU3NjZlYjc4NjgxZDM4NzNkMGQwYTc3OTI0MjY4MTE5ZGY5ZjE0YTEzMjc2ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Pgxw5j-ISIkZL0rEgiUNNoCEy-y6IrdIPsSIS_VjON8)
After:
![image](https://private-user-images.githubusercontent.com/2362091/291015741-c9ddff30-3a8a-4743-adcb-063ef249fcaa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzk1NjgsIm5iZiI6MTczOTI3OTI2OCwicGF0aCI6Ii8yMzYyMDkxLzI5MTAxNTc0MS1jOWRkZmYzMC0zYThhLTQ3NDMtYWRjYi0wNjNlZjI0OWZjYWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTMwNzQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmU4NmQwNjAzYmU3ZDhmNGUzYjgwNDU0NTgyYjM3MjQxYjQwYjUxYjEyMDFkYzZmZTRjMTEzNTgzNWMzMzk3ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.o6hC8dvC0-GtfJ-3XAKZOTzACj7clFnYdwMf3eFqepU)