This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Releases: SixLabors/Shapes
Releases · SixLabors/Shapes
v1.0.0-beta9
v1.0.0-beta8
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
- Improve CQ - #51 via @iamcarbon
- Improve CQ2 - #52 via @iamcarbon
- Cleanup project properties - #57 via @iamcarbon
Documentation
- Minor spelling update - #53 via @billbogaiv
Enhancement
- Increase netstandard support to v1.3 - #54 via @iamcarbon
- Update Core - #55 via @JimBobSquarePants
- Update dependencies + remove struct copy - #59 via @JimBobSquarePants
1.0.0-beta5
- Improved intersection performance.
- Improved intersection accuracy on large shapes.
- Introduction of
Span<T>
apis. - And various bug fixes.
1.0.0 beta3
- Add netstandard2.0 target framework and updates dependencies
1.0.0 beta
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
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