commit | c53a0d93dd13a025e65668dda879f78142459e04 | [log] [tgz] |
---|---|---|
author | davve <davve@opera.com> | Fri Apr 22 17:56:04 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 22 17:57:44 2016 |
tree | 7e818b635e3e663d43c61096ce586b79ff9341c5 | |
parent | 46f30edfad269c5e85aa22c3ff067df2548a1022 [diff] |
Align image sizes for SVG with raster image size The background geometry calculations has heuristics for tiling image sizes optimized for integer image sizes (at least in effective zoom == 1). Rounding SVG image sizes before zoom application makes SVG images fit better into the existing heuristics. BUG=601011 Review URL: https://codereview.chromium.org/1912063004 Cr-Commit-Position: refs/heads/master@{#389158}