commit | 1a481fe4bf632ed4f76cb337691236fabfd4ab03 | [log] [tgz] |
---|---|---|
author | fmalita <fmalita@chromium.org> | Wed Feb 04 07:39:34 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 04 07:39:34 2015 -0800 |
tree | 1dbb47d73d8565084c6edb664b75e986bcf8f4a2 | |
parent | b9d4d279cd381392e69c6638457055264696f7eb [diff] |
[SkSVGDevice] Initial clipping support Implement SVG clips based on clip stack flattening - which is now exposed in SkClipStack::asPath() and shared with SkCanvas's simplify-clip code. R=reed@google.com,mtklein@google.com Review URL: https://codereview.chromium.org/876923003