Closed antonfirsov closed 2 years ago
Modify DrawPathProcessor: https://github.com/SixLabors/ImageSharp.Drawing/blob/b58a245c75d8b546750fbabd9d289c4c7ac513a4/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs#L52
DrawPathProcessor
And probably DrawTextProcessor: https://github.com/SixLabors/ImageSharp.Drawing/blob/b58a245c75d8b546750fbabd9d289c4c7ac513a4/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor%7BTPixel%7D.cs#L342-L354
DrawTextProcessor
to use the new properties.
This will simplify life for use cases like #155.
Adding to 1.0 with lowest priority for now, @JimBobSquarePants feel free to kick it out of scope if it becomes blocking.
@jtjackson thanks for your help with this!
Modify
DrawPathProcessor
: https://github.com/SixLabors/ImageSharp.Drawing/blob/b58a245c75d8b546750fbabd9d289c4c7ac513a4/src/ImageSharp.Drawing/Processing/Processors/Drawing/DrawPathProcessor.cs#L52And probably
DrawTextProcessor
: https://github.com/SixLabors/ImageSharp.Drawing/blob/b58a245c75d8b546750fbabd9d289c4c7ac513a4/src/ImageSharp.Drawing/Processing/Processors/Text/DrawTextProcessor%7BTPixel%7D.cs#L342-L354to use the new properties.
This will simplify life for use cases like #155.
Adding to 1.0 with lowest priority for now, @JimBobSquarePants feel free to kick it out of scope if it becomes blocking.