-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/png/graphics/ellipse (draw!): Bugfix
* modules/png/graphics/ellipse.scm (draw!): Bugfix: Convert rational numbers to exact values in ellipse center calculations. * NEWS: Update.
- Loading branch information
1 parent
e309e85
commit dcb41e1
Showing
2 changed files
with
7 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ Copyright (C) Artyom V. Poptsov <[email protected]> | |
are permitted in any medium without royalty provided the copyright | ||
notice and this notice are preserved. | ||
|
||
* Unreleased | ||
** Fix ellipse drawing :BUGFIX: | ||
Guile-PNG would fail to draw an ellipse at the specified position due to | ||
rational number calculation errors. Now it is fixed. | ||
|
||
* Changes in version 0.7.1 (2023-08-20) | ||
** Fix Bresenham's Line generation algorithm :BUGFIX: | ||
Bresenham's Line generation algorithm would fail to draw properly some types | ||
|
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