commit | 05302f8f24cf0254e1fa713fbfc766387505e511 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Sep 29 11:24:07 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 29 11:24:07 2015 -0700 |
tree | 40a6bc68a769be7150b7144d739d673526de43a3 | |
parent | 3d096654b910e52768d7335a0c2c7d7cd32c8bb7 [diff] |
Handle inverted rects in SkRRect creation methods An alternative way of addressing this is to alter SkCanvas::drawRoundRect to just reject isEmpty (i.e., un-sorted or truly empty) input rects. BUG=skia:3786 Review URL: https://codereview.chromium.org/1373293002