commit | 4f662e62cd44e302ef689fabdb2c0ae8d9471b02 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Dec 29 14:06:51 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 29 14:06:51 2014 -0800 |
tree | fe32ac5d0e93b9137bc2f38ba0b6cbd06d4eecf7 | |
parent | fe7c427e3d1c2c98bce7a3fa0ae6b5864527f169 [diff] |
Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) This basically recreates what was done in: https://codereview.chromium.org/16950021/ (add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo) with the addition of GM representation BUG=skia:247770 Review URL: https://codereview.chromium.org/834503002