-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix drawVertices documentation #43747
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just to be sure, did we at last get the dst vs src behaviors correct?
Yup, the rest of the prose is correct (both in identifying which is the src vs. dst, and which blend mode selects each color). |
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. |
The Skia gold changes must be flakes. Try rebasing and it should succeed second time... |
2b0afb6
to
1fb11f4
Compare
…130763) flutter/engine@09689d3...3cceb70 2023-07-17 [email protected] Fix drawVertices documentation (flutter/engine#43747) 2023-07-17 [email protected] Revert "Roll Clang from 6d667d4b261e to ebd0b8a0472b" (flutter/engine#43749) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Update the blend mode section of the documentation to specify the correct blend modes. Fixes flutter/flutter#130747
…lutter#130763) flutter/engine@09689d3...3cceb70 2023-07-17 [email protected] Fix drawVertices documentation (flutter/engine#43747) 2023-07-17 [email protected] Revert "Roll Clang from 6d667d4b261e to ebd0b8a0472b" (flutter/engine#43749) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Update the blend mode section of the documentation to specify the correct blend modes.
Fixes flutter/flutter#130747