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 a90adac commit 0ca3408Copy full SHA for 0ca3408
tests/ImageSharp.Drawing.Tests/Issues/Issue_330.cs
@@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Drawing.Tests.Issues;
14
public class Issue_330
15
{
16
[Theory]
17
- [WithSolidFilledImages(2084, 2084, nameof(Color.BlueViolet), PixelTypes.Rgba32)]
+ [WithSolidFilledImages(2084, 2084, "BlueViolet", PixelTypes.Rgba32)]
18
public void OffsetTextOutlines<TPixel>(TestImageProvider<TPixel> provider)
19
where TPixel : unmanaged, IPixel<TPixel>
20
0 commit comments