commit | aa0c837667306babf7dc284c1b8da77127b993a1 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Sep 29 05:07:39 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 29 05:07:39 2014 -0700 |
tree | 1d7cba50ebd24f7c2f03dc478c211cc3739fa0f9 | |
parent | d46b8d2bab7cfba8458432248e1568ac377429e9 [diff] |
Make pictures in multipicturedraw GM fit in 0,0..W,H range Having the picture contents not actually reside in the 0,0..W,H range wrecks havoc with the layer hoisting. The hoisting works correctly but since the picture don't fulfill their contract the results look incorrect. This CL just translates the picture's contents to the right so they are within the picture bound. R=egdaniel@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/594363003