commit | 12c0e50fda17dc5e337553c8a244e18dc83249a9 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed Nov 28 12:51:56 2018 -0500 |
committer | Kevin Lubick <kjlubick@google.com> | Wed Nov 28 19:03:19 2018 +0000 |
tree | 93924b4f0883f885ba00e8f57163aa1387aa7d97 | |
parent | 572fdcf08af6e1c0bcd23505e231a5779c41eadf [diff] |
[canvaskit] support globalAlpha and dashed strokes This involves a refactor of how we deal with paint. Now, we have a source-of-truth paint that is copied and modified for each of fill/stroke/shadow. Adds preliminary support for blend modes. Most of what remains is text, images, and gradients. Bug: skia: Change-Id: I41806adeb7de4faa6c98a580c4f1de4e4a34a37d Reviewed-on: https://skia-review.googlesource.com/c/173223 Reviewed-by: Kevin Lubick <kjlubick@google.com>