commit | e37514d0b540a25471fe12ba6412dc4c8b9f9c88 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Feb 25 11:34:10 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 25 11:34:10 2016 -0800 |
tree | 95d320c5ec01a4ba8b23730a0f894f95be90bd56 | |
parent | 3854f11ce35857ccb6dbf8bb09bef9252543090f [diff] |
Fully check basis vectors for extent degeneracy. The test for 'nearly singular matrix' in SkScalerContext::computeMatrices is actually a check to see if anything will draw. Unfortunately, the current test only checks when the a skew causes nothing to draw. This adds the check for when the scale causes nothing to draw. BUG=skia:4998 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1735613002 Review URL: https://codereview.chromium.org/1735613002