Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Releases: SixLabors/Shapes

v1.0.0-beta9

01 Sep 12:45
cf9b371
Compare
Choose a tag to compare
v1.0.0-beta9 Pre-release
Pre-release

Advisories and Breaking Changes

  • None

Release Notes

Other

  • Add joint and cap styles to outliner - #62 via @tocsoft

v1.0.0-beta8

25 Jan 02:07
bca6cb1
Compare
Choose a tag to compare
v1.0.0-beta8 Pre-release
Pre-release

Advisories and Breaking Changes

  • The build target has been increased in this release from netstandard 1.1 to netstandard 1.3

Release Notes

Release Stats: 7 pull requests from 3 contributors!

Code Quality

Documentation

Enhancement

1.0.0-beta5

24 May 21:05
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release
  • Improved intersection performance.
  • Improved intersection accuracy on large shapes.
  • Introduction of Span<T> apis.
  • And various bug fixes.

1.0.0 beta3

17 Nov 13:44
f8432e2
Compare
Choose a tag to compare
1.0.0 beta3 Pre-release
Pre-release
  • Add netstandard2.0 target framework and updates dependencies

1.0.0 beta

13 Sep 20:21
Compare
Choose a tag to compare
1.0.0 beta Pre-release
Pre-release

This is an initial alpha release of the library it supports

Build and interrogating 2d polygons and paths.

Features include

  • Point in Polygon
  • Line Intersections
  • Complex Polygons
  • Simple polygon clipping
  • Regular Polygons (triangles, squares, pentagons etc, any number of sides)
  • Ellipses (and therfore circles)
  • Shape Builder api - for creates shapes declaratively
  • Polygons
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Paths
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Text (Intergration with SixLabors.Fonts)
    • Generate shapes from Text

Initial Alpha Release

02 Feb 10:36
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release

This is an initial alpha release of the library it supports

Build and interrogating 2d polygons and paths.

Features include

  • Point in Polygon
  • Line Intersections
  • Complex Polygons
  • Simple polygon clipping
  • Regular Polygons (triangles, squares, pentagons etc, any number of sides)
  • Ellipses (and therfore circles)
  • Shape Builder api - for creates shapes declaratively
  • Polygons
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Paths
    • With Linear line segments
    • With Beziear curve line segments
    • Mixture of both Linear & beziear segments
  • Text (Intergration with SixLabors.Fonts)
    • Generate shapes from Text