-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue in
Path2D::add_ellipse()
where trying to draw a complete …
…circle from certain angle combinations produced nothing. (#176) * Fix issue in `Path2D::add_ellipse()` where trying to draw a complete circle from certain angle combinations produced nothing (eg. -90 to 270 clockwise) and add a test for that; Also now skips transform creation if there is no rotation to be applied. * refactor the ellipse helper back into the main flow --------- Co-authored-by: Christian Swinehart <drafting@samizdat.co>
- Loading branch information
1 parent
f6e8b80
commit 891d140
Showing
3 changed files
with
70 additions
and
29 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