d6a717c958f5b21be5e2c2c8a341b45f58e60d66
Everything in Impeller is theoretically treated as if being drawn to layers of infinite size. Without this change, there's a coverage leak that occurs in some filters due to the customizable sampling mode. I should be able to get rid of this 1 pixel padding by refactoring the way we do sampling in the filter inputs (we already have most of this infrastructure in place), but this is a correct, safe, and not-that-expensive solution for the time being.
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%