SixLabors / ImageSharp.Drawing

:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.
https://sixlabors.com/products/imagesharp-drawing/
Other
282 stars 38 forks source link

Update references #186

Closed JimBobSquarePants closed 2 years ago

JimBobSquarePants commented 2 years ago

Prerequisites

Description

Upstream ImageSharp version contains breaking runtime changes due to API updates. We need to update and rebuild.

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (8f974dd) into master (0e586c3) will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #186   +/-   ##
=====================================
  Coverage      70%    70%           
=====================================
  Files          87     87           
  Lines        5116   5116           
  Branches     1062   1062           
=====================================
  Hits         3593   3593           
  Misses       1308   1308           
  Partials      215    215           
Flag Coverage Δ
unittests 70% <100%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ImageSharp.Drawing/Processing/GradientBrush.cs 85% <100%> (ø)
src/ImageSharp.Drawing/Processing/ImageBrush.cs 87% <100%> (ø)
...ImageSharp.Drawing/Processing/PathGradientBrush.cs 87% <100%> (ø)
src/ImageSharp.Drawing/Processing/PatternBrush.cs 83% <100%> (ø)
...ng/Processors/Drawing/FillPathProcessor{TPixel}.cs 100% <100%> (ø)
...essing/Processors/Drawing/FillProcessor{TPixel}.cs 100% <100%> (ø)
...ssing/Processors/Text/DrawTextProcessor{TPixel}.cs 96% <100%> (ø)
src/ImageSharp.Drawing/Processing/RecolorBrush.cs 96% <100%> (ø)
src/ImageSharp.Drawing/Processing/SolidBrush.cs 94% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e586c3...8f974dd. Read the comment docs.