Skip to content

Commit

Permalink
Add the images for TileMode.decal (flutter#26482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie authored Jun 2, 2021
1 parent 3eca711 commit c7cd83b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3484,6 +3484,9 @@ enum TileMode {
///
/// An image filter will substitute transparent black for any sample it must read from
/// outside its source image.
///
/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_decal_linear.png)
/// ![](https://flutter.github.io/assets-for-api-docs/assets/dart-ui/tile_mode_decal_radial.png)
decal,
}

Expand Down

0 comments on commit c7cd83b

Please sign in to comment.