mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Impose the same large limit as the slower 2-pass blur. Also renames "RRectShadow" to the much less ambiguous "SolidRRectBlur". Before, a large enough blur sigma would result in nothing getting drawn. The Gaussian integral seems to be working fine against 16bit ops, so no adjustments were needed in the shader. 