:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
285
stars
38
forks
source link
ImageBrush incorrectly offset when target region (Path or Rectangle) has a negative offset. #308
Closed
tocsoft closed 11 months ago
Prerequisites
DEBUG
andRELEASE
modeDescription
When applying a ImageBrush to a region that overlaps a negative postion the texture start drawing at the backound image edge rather than being offset.
Currently produces
Should produce
this only effects negative offsets as postive ones work correctly