Skip to content

Commit d090e0a

Browse files
Update ref images, undo reduced comparer accuracy
1 parent 5e22ddc commit d090e0a

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

tests/ImageSharp.Drawing.Tests/Shapes/Scan/RasterizerExtensionsTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ public void AntialiasingIsAntialiased<TPixel>(TestImageProvider<TPixel> provider
4444
};
4545

4646
var comparer = ImageComparer.TolerantPercentage(0.001f);
47-
#if !NETCOREAPP
48-
comparer = ImageComparer.TolerantPercentage(0.002f);
49-
#endif
5047
provider.RunValidatingProcessorTest(
5148
x => x
5249
.SetGraphicsOptions(o => o.Antialias = false)
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)