Certain browsers (basically everything except Safari) had problems with the viewport was scaled and devicePixelRatio returned non-integer values. This caused corrupt images.
The cause was two problems. The crunch factor was not updated correctly when the zoom factor changed and the adjustedPixelSize was not rounded properly.
Certain browsers (basically everything except Safari) had problems with the viewport was scaled and devicePixelRatio returned non-integer values. This caused corrupt images.
The cause was two problems. The crunch factor was not updated correctly when the zoom factor changed and the adjustedPixelSize was not rounded properly.