commit | e62999f6efcffb12eff9502ec3603a3ed50b6e32 | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Tue Jun 05 18:45:07 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jun 06 15:01:41 2018 +0000 |
tree | ba7f8988a6765ae93bdc66dfe912a75e4068afba | |
parent | e2aa7b6a554a92047b8426a7dddd0cf127fa1238 [diff] |
GrTessellator: yet another out-of-range splitting fix. It's actually possible for an intersection to be out-of-range on both the intersected edges (e.g., below both bottom points), because floating point. So we need to clamp against both edges. Bug: 846014 Change-Id: I9fe25a1fcd3b5242af7b1ee36b17f1e968aeb836 Reviewed-on: https://skia-review.googlesource.com/132323 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org>