commit | 827da23c71310408b2854516af5e2a8910bf700e | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Fri Feb 27 07:44:47 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 27 07:44:47 2015 -0800 |
tree | 5628221074451d1e361e535a5d166a0ed5864c9d | |
parent | e70de9e4f0b7bf73f7cd1a20dbabcb233ffbb7f1 [diff] |
[SkSVGDevice] drawBitmap* support Also fix a clip transform issue: clips are tracked in device space, but if applied directly to leaf elements they are also subject to local transforms ("transform='...'"). Instead, apply via <g> wrapper elements. R=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/959883003