ImageSharp 3.0 PatternBrush MissingFieldException #2383
-
After upgrading to version 3.0, I can't create a brush with a pattern. Am I doing something wrong? Libs: dotnet 7.0.100 using SixLabors.ImageSharp.Drawing.Processing;
try
{
IBrush brush = Brushes.Horizontal(Color.Red);
}
catch(Exception e)
{
Console.WriteLine(e);
} StackTrace
|
Beta Was this translation helpful? Give feedback.
Answered by
JimBobSquarePants
Mar 5, 2023
Replies: 1 comment 2 replies
-
ImageSharp.Drawing is not as yet compatible with ImageSharp v3 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Computr1x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImageSharp.Drawing is not as yet compatible with ImageSharp v3