Skip to content
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

BUG: fillGradientRect() does not respect Y coordinate for vertical gradients #638

Closed
aldoir opened this issue Nov 10, 2024 · 1 comment
Closed

Comments

@aldoir
Copy link

aldoir commented Nov 10, 2024

drawFastHLine( x, ys, w );

Hello, the above line should be updated to

drawFastHLine( x, y+ys, w );
in order to properly respect the Y coordinate parameter, otherwise it always use "0" as reference. Could someone please make a PR for this?

@tobozo
Copy link
Collaborator

tobozo commented Nov 10, 2024

hi,

thanks for your feedback 👍

this is already fixed in the develop branch and will be shipped with the upcoming release

@tobozo tobozo closed this as completed Nov 10, 2024
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

No branches or pull requests

2 participants