Skip to content

Overloaded fillCircleHelper to allow for the drawing of filled quarter circles - #511

Closed
BillMerryman wants to merge 2 commits into
adafruit:masterfrom
BillMerryman:FillCircleHelper
Closed

Overloaded fillCircleHelper to allow for the drawing of filled quarter circles#511
BillMerryman wants to merge 2 commits into
adafruit:masterfrom
BillMerryman:FillCircleHelper

Conversation

@BillMerryman

Copy link
Copy Markdown
Contributor

The existing fillCircleHelper implementation does not allow for drawing filled quarter circles, only half circles. It appears that this is the result of fillRoundRect being dependent on this behavior, and fillCircleHelper was written to support fillRoundRect, thus binding their implementations together. This PR creates an overload of fillCircleHelper that removes the delta argument and accompanying implementation such that drawing quarter circles is now possible while avoiding breaking existing clients.

@BillMerryman

Copy link
Copy Markdown
Contributor Author

@ladyada for review.

@BillMerryman BillMerryman closed this by deleting the head repository Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant