commit | 21402e3851454e90329bad52893f29959da086f7 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Wed Nov 05 05:02:27 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 05 05:02:27 2014 -0800 |
tree | 06923683a74242ca885cf1c667974ea7fd1260db | |
parent | 9f2251c73ed6f417dd1057d487bf523e04488440 [diff] |
Bug fix for cull_line in SkDashPathEffect. In cull_line we must also check if both points are the same. Otherwise we fail the assert in the else "SkASSERT(dy && !dx)". This is currently blocking the roll as it fails a webkit test. BUG=skia: Review URL: https://codereview.chromium.org/703783002