-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clipPath to use fillType param #38956
Conversation
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
auto label is removed for flutter/engine, pr: 38956, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
auto label is removed for flutter/engine, pr: 38956, due to Validations Fail. |
…119670) * 6678d9cc6 clipPath to use fillType param (flutter/engine#38956) * 5c83e6eac Remove uses of `--full-dart-sdk` from the engine_v2 builders. (flutter/engine#39297) * d13ad269f [Shell] Update stale comments after multi-view (flutter/engine#39298) * 521b97544 Roll Fuchsia Mac SDK from IdMSzll1VeWJMV6v8... to Clk4li1185E2JoIkU... (flutter/engine#39300)
When using DOM rendering with HTML renderer, specifying
path.fillType
toevenOdd
had no effect.Fixed so that we account for the
fillType
param for a path.fixes: flutter/flutter#81637
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.