ImageSharp.Drawing Versions Save

:pen: Extensions to ImageSharp containing a cross-platform 2D polygon manipulation API and drawing operations.

v1.0.0-beta12

3 years ago

Advisories and Breaking Changes

  • We have removed a couple of methods from IPath which were dealing with geometric concerns, since this problem space has been moved of scope for ImageSharp.Drawing. See #103 for more details. We recommend using a robust computational geometry library instead.

Release Notes

Bug

Enhancement

Build

Documentation

v1.0.0-beta11

3 years ago

Advisories and Breaking Changes

  • None

Release Notes

Build

Documentation

Bugs

Performance

  • Fast polygon scanning with active edge list. - #96 via @antonfirsov
  • Improve performance of path gradient brush on triangles. - #99 via @maxvoxel8

Other

v1.0.0-beta10

3 years ago

Release Stats: 2 pull requests from 1 contributors!

Release Notes

Area:Drawing

Other

v1.0.0-beta9

3 years ago

Release Stats: 5 pull requests from 2 contributors!

Release Notes

Build

Bug

Other

v1.0.0-beta8

4 years ago

Release Stats: 12 pull requests from 4 contributors!

Release Notes

Enhancement

Other