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 samples and add to main solution #157

Closed JimBobSquarePants closed 3 years ago

JimBobSquarePants commented 3 years ago

Prerequisites

Description

Updates the samples project to use the latest API and includes it in the solution so we don't forget about it in the future.

codecov[bot] commented 3 years ago

Codecov Report

Merging #157 (7bf8be5) into master (653cf5f) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   69.87%   69.92%   +0.05%     
==========================================
  Files          88       88              
  Lines        5135     5144       +9     
  Branches     1048     1052       +4     
==========================================
+ Hits         3588     3597       +9     
  Misses       1337     1337              
  Partials      210      210              
Flag Coverage Δ
unittests 69.92% <100.00%> (+0.05%) :arrow_up:

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

Impacted Files Coverage Δ
src/ImageSharp.Drawing/Shapes/PathExtensions.cs 61.90% <100.00%> (+28.57%) :arrow_up:

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 653cf5f...7bf8be5. Read the comment docs.