We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf4a96 commit 3483226Copy full SHA for 3483226
tests/ImageSharp.Tests/TestImages.cs
@@ -87,6 +87,7 @@ public static class Bad
87
public const string ChunkLength2 = "Png/chunklength2.png";
88
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
89
public const string ZlibOverflow = "Png/zlib-overflow.png";
90
+ public const string ZlibOverflow2 = "Png/zlib-overflow2.png";
91
}
92
93
public static readonly string[] All =
0 commit comments