mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
Fixes #15178 PR #11499 introduced a way to deal with all-white canvas, but newer Firefox versions set random data instead. This PR detects whether canvas operations are reliable by comparing the results on a hardcoded 2×2 pixels image, and memoizing the result. This should be both more reliable and faster than the previous check. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| base64.js | ||
| config.js | ||
| html.js | ||
| log_out.js | ||
| notifications.js | ||
| numbers.js | ||
| resize_image.js | ||
| scrollbar.js | ||