diff --git a/8.0/SkiaSharp/MandelbrotAnimation/README.md b/8.0/SkiaSharp/MandelbrotAnimation/README.md index 6429035e4..6e0302c4b 100644 --- a/8.0/SkiaSharp/MandelbrotAnimation/README.md +++ b/8.0/SkiaSharp/MandelbrotAnimation/README.md @@ -14,6 +14,8 @@ urlFragment: skiasharpmaui-mandelbrotanimation This sample demonstrates the use of SkiaSharp bitmap animations in a .NET Multi-platform App UI (.NET MAUI) app. Running the sample requires some patience because it first needs to create up to 50 bitmaps of various zoom levels of the famous Mandelbrot Set. After that's finished, however, the program animates those bitmaps to simulate a continuous zoom. +![Mandelbrot Animation app screenshot](Screenshots/MandelbrotAnimation.png "Mandelbrot Animation app screenshot") + As the sample is creating the 50 bitmaps, it stores them in application local storage as PNG files. This allows the sample to access those PNG files the next time that you run the program, so you don't have to wait for them to be created. However, these 50 bitmaps occupy over 20 megabytes of storage on your device. The *MainPage.xaml.cs* file begins with several constants that you can change: @@ -31,6 +33,4 @@ When you first run the program, the `Label` at the top of the program shows whic > [!NOTE] > On some devices, the animation runs smoother if the sample is not being run under control of Visual Studio's debugger. -![Mandelbrot Animation app screenshot](Screenshots/MandelbrotAnimation.png "Mandelbrot Animation app screenshot") - [!INCLUDE [Install SkiaSharp](../includes/install-skiasharp.md)] diff --git a/8.0/SkiaSharp/MandelbrotAnimation/Screenshots/MandelbrotAnimation.png b/8.0/SkiaSharp/MandelbrotAnimation/Screenshots/MandelbrotAnimation.png index 34b73a8cf..e184d57c9 100644 Binary files a/8.0/SkiaSharp/MandelbrotAnimation/Screenshots/MandelbrotAnimation.png and b/8.0/SkiaSharp/MandelbrotAnimation/Screenshots/MandelbrotAnimation.png differ diff --git a/8.0/SkiaSharp/PhotoPuzzle/README.md b/8.0/SkiaSharp/PhotoPuzzle/README.md index 83764db44..9abe70edd 100644 --- a/8.0/SkiaSharp/PhotoPuzzle/README.md +++ b/8.0/SkiaSharp/PhotoPuzzle/README.md @@ -14,8 +14,8 @@ urlFragment: skiasharpmaui-photopuzzle This sample demonstrates the use of SkiaSharp in a .NET Multi-platform App UI (.NET MAUI) app. It's a variation of the classic 15 puzzle. On the early Mac, the 15 puzzle was called PUZZLE. In early Windows, it was the only sample for Microsoft Pascal for Windows 1.0, where it was called MUZZLE (for "Microsoft Puzzle"). This is the .NET MAUI version. -After pressing the **Randomize** button, just tap a tile to move it into an empty position. You can *tap* any tile in the row or column of the empty position to move one, two, or three tiles at once. Use the numbers in the lower-right corner of each tile as a guide. - ![Photo Puzzle app screenshot](Screenshots/PhotoPuzzle-randomized.png "Photo Puzzle app screenshot") +After pressing the **Randomize** button, just tap a tile to move it into an empty position. You can *tap* any tile in the row or column of the empty position to move one, two, or three tiles at once. Use the numbers in the lower-right corner of each tile as a guide. + [!INCLUDE [Install SkiaSharp](../includes/install-skiasharp.md)] diff --git a/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-completed.png b/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-completed.png index 2526125ee..e7d549ed8 100644 Binary files a/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-completed.png and b/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-completed.png differ diff --git a/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-randomized.png b/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-randomized.png index 5920b2ce7..2a4df72b6 100644 Binary files a/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-randomized.png and b/8.0/SkiaSharp/PhotoPuzzle/Screenshots/PhotoPuzzle-randomized.png differ