commit | ffa901aa7e360ed5115a0955221f4c2d2632d418 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Mar 16 10:38:07 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 16 10:38:07 2015 -0700 |
tree | faba54d676b912741321146dd649930ebd69e85d | |
parent | e7903c7397c694e343c2c0fcc5cabea351212f23 [diff] |
DM: allow SKPs to be smaller than 1000x1000 This sniffs the .skp dimensions and intersects them with our 1000x1000 viewport. This fixes things like desk_carsvg.skp, which is only 902 pixels tall. In 565 now, the remaining 98 pixels draw as black, which looks funny and is confusing to triage. No apparent affect on DM memory usage. (We're about to map the file anyway.) BUG=skia: Review URL: https://codereview.chromium.org/986103002