commit | a8d4559fd6fb4f8ed213e201bb738dbc7b3c3512 | [log] [tgz] |
---|---|---|
author | vmpstr <vmpstr@chromium.org> | Tue Jun 30 13:36:04 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 30 13:36:04 2015 -0700 |
tree | f2899ace478cde5439ba144c1fb832294485c8d5 | |
parent | 7f6283bdf8926f72b886389588e3e2d3bc0ea066 [diff] |
Fix infinite matrix during an invert. This patch ensures that when inverting a SkMatrix44, we handle small floats properly. When inverted these can cause infinite values, but still evaluate to true in an if condition. BUG=chromium:498516 Review URL: https://codereview.chromium.org/1209763002