NEW 128256
[iOS] TileController should not rely on TileCache zooming mode for tile scale multiplier
https://bugs.webkit.org/show_bug.cgi?id=128256
Summary [iOS] TileController should not rely on TileCache zooming mode for tile scale...
Pratik Solanki
Reported 2014-02-05 10:10:08 PST
The Zooming tiling mode in TileCache is not always accurate. UIKit sets it to Zooming even in cases when it does a pan instead of a zoom. In such situations we can end up with blurry tiles created with 0.125 scale factor. See RenderLayerCompositor::contentsScaleMultiplierForNewTiles().
Attachments
Patch (5.04 KB, patch)
2014-02-05 10:30 PST, Pratik Solanki
no flags
Pratik Solanki
Comment 1 2014-02-05 10:10:31 PST
Pratik Solanki
Comment 2 2014-02-05 10:30:29 PST
Pratik Solanki
Comment 3 2014-02-05 11:23:54 PST
Comment on attachment 223247 [details] Patch Retracting patch. This needs to be fixed in a better way than having a flag on TileCache.
Note You need to log in before you can comment on or make changes to this bug.