commit | 79b7134b5fad2c792f0db62e4dd92a99d4eff87f | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Fri Nov 01 14:36:52 2019 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Fri Nov 01 20:08:27 2019 +0000 |
tree | 83b49e3aa0ebe5fbc2cb50771410207bf2158fef | |
parent | 5d5c9bf1d538a1d5b4e192480186623724dded42 [diff] |
[canvaskit] Add relative SkPath operators Like with the non-relative forms, we want to be able to chain these together, but not leak the SkPaths (which happens if the C++ side returns this). Thus, we have to add in the JS glue to return the "JS this". Change-Id: Ic640b84f6c09c1d931ad44bc403b14bb0d0893a2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/251960 Reviewed-by: Hal Canary <halcanary@google.com>