Releases: modelingevolution/drawing
Releases · modelingevolution/drawing
ModelingEvolution.Drawing v1.9.9.76
ModelingEvolution.Drawing v1.9.9.76
Installation
dotnet add package ModelingEvolution.Drawing --version 1.9.9.76Full Changelog: ModelingEvolution.Drawing/1.9.8.75...ModelingEvolution.Drawing/1.9.9.76
What's Changed
- fix: Color.TryParse missing alpha for 6-digit hex (bug-003) by @DanielKow in #1
- chore: add .nuget-help.db files to .gitignore by @DanielKow in #2
New Contributors
- @DanielKow made their first contribution in #1
Full Changelog: ModelingEvolution.Drawing/1.0.63.45...ModelingEvolution.Drawing/1.9.9.76
ModelingEvolution.Drawing v1.0.63.45
ModelingEvolution.Drawing v1.0.63.45
What's Changed
- Upgraded to .NET 10 - All projects now target .NET 10.0
- Updated Microsoft.AspNetCore.Components.Web to version 10.0.0
- Updated GitHub Actions workflows to use .NET 10
- All tests passing (40/40)
Installation
```bash
dotnet add package ModelingEvolution.Drawing --version 1.0.63.45
```
Features
- Generic 2D math types (Point, Vector, Rectangle, Size)
- Bezier curves and spline support
- Polar coordinates and angle conversions (Degree, Radian, PolarPoint)
- Matrix transformations
- HSV color space
- Clipper2 integration for polygon operations
NuGet Package: https://www.nuget.org/packages/ModelingEvolution.Drawing/1.0.63.45