commit | baa2a7bdd2bcf49ce3290f8418b781372b2f281b | [log] [tgz] |
---|---|---|
author | Tyler Denniston <tdenniston@google.com> | Wed Jul 22 13:46:02 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jul 22 18:15:40 2020 +0000 |
tree | 827c1cb6584f6f465a66de0023e15d4534ea2c3f | |
parent | 5e216b4aa564c651f4fea496c872c013ffd557d6 [diff] |
Add path recorder class (toy stroker) This will be used to add undo support (removing verbs and their points), which SkPath and SkPathBuilder don't have right now. Also did away with an unnecessary pointer indirection. Change-Id: Iec42af8b7a69aabe1496266aaa70ddc7b4e907bf Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305181 Reviewed-by: Tyler Denniston <tdenniston@google.com> Commit-Queue: Tyler Denniston <tdenniston@google.com>