All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Now uses Rust 2021 edition
- Fixed compiler warnings
- Added
BoundingRectF64 - Refactored implementation of
Forests - Make public the
rasterizermodule
- Added
Shape::is_isosceles_triangle
- Improve
MatrixAPI
- Introduce circular arc functions
- Introduce
PointTypeto cast betweenPointI32andPointF64
- Impl
CloneforCompoundPath/Spline
- Fixed "The two lines are parallel!"
- Added
KeyingActiontocolor_clusters::Builder(#6) - Remove
ClustersViewfromcolor_clusters::Builder(#8)