Skip to content

Commit

Permalink
try string version
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed May 10, 2024
1 parent a90adac commit 0ca3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageSharp.Drawing.Tests/Issues/Issue_330.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Drawing.Tests.Issues;
public class Issue_330
{
[Theory]
[WithSolidFilledImages(2084, 2084, nameof(Color.BlueViolet), PixelTypes.Rgba32)]
[WithSolidFilledImages(2084, 2084, "BlueViolet", PixelTypes.Rgba32)]
public void OffsetTextOutlines<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : unmanaged, IPixel<TPixel>
{
Expand Down

0 comments on commit 0ca3408

Please sign in to comment.