The underlying Chromium pads images so that scanlines align on 4-byte boundaries. Thus, with an image size of e.g. 239x239, we'll have 3 bytes of padding (239 mod 4 = 3; 240 mod 4 = 0). Fixes #6375 |
||
|---|---|---|
| .. | ||
| img | ||
| consolelog.html | ||
| enabled.html | ||
| localstorage.html | ||
| notifications.html | ||
| window_open.html | ||
| windowsize.html | ||