| commit | 69b378ee170bc440f44d5a34c9eb322d23189d66 | [log] [tgz] |
|---|---|---|
| author | fmalita <fmalita@chromium.org> | Tue Nov 22 03:13:26 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Nov 22 03:17:11 2016 |
| tree | 6e2d28c099263b5307ff3e4012e215b0edb1ed40 | |
| parent | 3431ae5ea798e4ce3b7da6b44bf4dab426114bba [diff] |
Simplify ImageDocument checkerboard background styling We're currently generating the checkerboard using three background layers: * solid white color * 2x semi-transparent gradients The same effect can be achieved without the solid color layer, by adjusting the bottom gradient colors. R=pdr@chromium.org, dfalcantara@chromium.org Review-Url: https://codereview.chromium.org/2523513002 Cr-Commit-Position: refs/heads/master@{#433767}