Functions gdImageEllipse and gdImageRectangle#3
Merged
lizmat merged 3 commits intoraku-community-modules:mainfrom Mar 31, 2026
Merged
Functions gdImageEllipse and gdImageRectangle#3lizmat merged 3 commits intoraku-community-modules:mainfrom
gdImageEllipse and gdImageRectangle#3lizmat merged 3 commits intoraku-community-modules:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request replaces the pull request I created on 25th March and that I mistakenly closed on 27th March when I renamed the repo branch.
Pull request:
Up to now, functions
gdImageFilledEllipseandgdImageFilledRectanglewere implemented, but notgdImageEllipseandgdImageRectangle. This pull request solves this problem.Remark:
I have not modified the POD documentation, because I have found that the POD documentation is very terse and that there is no list of functions ported to Raku. At the very least, there should be a "SEE ALSO" paragraph linking to Raku module GD (https://github.com/raku-community-modules/GD) and to C library documentation (https://libgd.github.io/pages/about.html). Maybe even a link to my repo (https://github.com/jforget/raku-sandbox-GD/blob/master/Description.en.md) ?