File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) Six Labors.
2
2
// Licensed under the Six Labors Split License.
3
3
4
- using System . IO ;
5
4
using System . Runtime . Intrinsics . X86 ;
6
5
using Microsoft . DotNet . RemoteExecutor ;
7
6
using SixLabors . ImageSharp . Formats ;
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public static class Png
73
73
public const string DisposeBackgroundRegion = "Png/animated/15-dispose-background-region.png" ;
74
74
public const string DisposePreviousFirst = "Png/animated/12-dispose-prev-first.png" ;
75
75
public const string BlendOverMultiple = "Png/animated/21-blend-over-multiple.png" ;
76
- public const string Issue2666 = "Png/Issues /Issue_2666.png" ;
76
+ public const string Issue2666 = "Png/issues /Issue_2666.png" ;
77
77
78
78
// Filtered test images from http://www.schaik.com/pngsuite/pngsuite_fil_png.html
79
79
public const string Filter0 = "Png/filter0.png" ;
You can’t perform that action at this time.
0 commit comments