Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 35b6c7b

Browse files
Fix link in BlendMode.saturation (#52156)
Fix typo in the document of `BlendMode.saturation`. It has a link to image https://flutter.github.io/assets-for-api-docs/assets/dart-ui/blend_mode_hue.png, while it should be `blend_mode_saturation.png` flutter/flutter#146820 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent caf81dd commit 35b6c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/painting.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ enum BlendMode {
766766
/// [srcOver]. Regions that are entirely transparent in the source image take
767767
/// their saturation from the destination.
768768
///
769-
/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/blend_mode_hue.png)
769+
/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/blend_mode_saturation.png)
770770
///
771771
/// See also:
772772
///

0 commit comments

Comments
 (0)