-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanvasItem draw implement antialiasing for circle
, rect
, multiline
, and dashedline
#84523
CanvasItem draw implement antialiasing for circle
, rect
, multiline
, and dashedline
#84523
Conversation
circle
and rect
circle
and rect
with anti aliasing
4961a1a
to
7acdf21
Compare
circle
and rect
with anti aliasingcircle
and rect
with antialiasing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally (rebased on top of master
6118592), it works as expected in all rendering methods.
Testing project: test-antialiased-filled-circle-rect.zip
Remember to add GDExtension compatibility methods as you did in #84472.
64d8c0e
to
cb134c7
Compare
9ee05b9
to
d59add1
Compare
@Calinou Updated, should be ready for review. |
circle
and rect
with antialiasingcircle
, rect
, multiline
, and dashedline
38fa306
to
bf6d32e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
circle
, rect
, multiline
, and dashedline
circle
, rect
, multiline
, and dashedline
0bbdb4a
to
6475a11
Compare
This comment was marked as resolved.
This comment was marked as resolved.
including - rect, circle; both filled and unfilled. - polyline, multiline
6475a11
to
ed3d311
Compare
Thanks! |
This is awesome, thanks! |
(This PR is an follow-up for #84497, kept as draft for now. see #84472 (comment))