Skip to content

Commit d15a2e7

Browse files
committed
Add test for default image not animated
1 parent 63b7ecd commit d15a2e7

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public partial class PngDecoderTests
8888
TestImages.Png.DisposePreviousFirst,
8989
TestImages.Png.DisposeBackgroundBeforeRegion,
9090
TestImages.Png.BlendOverMultiple,
91-
TestImages.Png.FrameOffset
91+
TestImages.Png.FrameOffset,
92+
TestImages.Png.DefaultNotAnimated
9293
};
9394

9495
[Theory]

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static class Png
7474
public const string DisposePreviousFirst = "Png/animated/12-dispose-prev-first.png";
7575
public const string BlendOverMultiple = "Png/animated/21-blend-over-multiple.png";
7676
public const string FrameOffset = "Png/animated/frame-offset.png";
77+
public const string DefaultNotAnimated = "Png/animated/default-not-animated.png";
7778
public const string Issue2666 = "Png/issues/Issue_2666.png";
7879

7980
// Filtered test images from http://www.schaik.com/pngsuite/pngsuite_fil_png.html
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)