commit | e8199af1d99003ea04277664d9222e30b965a5af | [log] [tgz] |
---|---|---|
author | Jim Van Verth <jvanverth@google.com> | Wed Apr 27 11:06:19 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Apr 27 18:02:26 2022 +0000 |
tree | 7d2464c8507f41d94081864cb44bdbfc88fe1e6d | |
parent | c35e492a19b047618dcea58043ba915ece6fc99d [diff] |
Add ShadowFlag to use only blurs for concave shapes. The geometric method for concave shadows seems to be failing in certain cases. See: https://github.com/flutter/flutter/issues/84262. I've never been satisfied with this solution and I've been thinking of removing it. This flag allows for Flutter to disable it for the time being until I can determine if anyone else is using it. Change-Id: Ia0a3f57002d94928f2baa655c88dc4d10b9edef8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533881 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>