-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
New Additions: - Support for converting Path2D objects with curves and multiple subpaths to Pointf[] arrays (with optional `alternateIndexes` stored in paired `Point[]`) - `DrawUtil#pointsOfPathWithAlt` specifically for getting both the points of the path and indicators of where curves/other path related functions are - Support for writing/reading polygons with curves with .psdf files Breaking Changes: - `DrawUtil#pointsOfPath` and variants no longer throw exceptions on unclosed paths. Bug Fixes: - (minor) Fixed issue in `DrawUtil#createPath` where `altIndexes` was not checked for emptiness Other Changes: - Optimized usages of `Polygon2D#getPoints` to be less taxing for standard tasks
- Loading branch information
1 parent
8ae2bba
commit 949d3af
Showing
3 changed files
with
126 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters