We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PixmapMut::fill_rect
https://github.com/RazrFalcon/tiny-skia/blob/be4e5946adad3ae71ee9b5871c5c7884ca01d3e8/src/painter.rs#L173-L188 fill_rect returns (), not an Option.
fill_rect
The text was updated successfully, but these errors were encountered:
Thanks, will fix.
Sorry, something went wrong.
Fix outdated comment in PixmapMut::fill_rect().
PixmapMut::fill_rect()
83f7756
Fixes linebender#94.
b92f07e
Fixes #94.
Successfully merging a pull request may close this issue.
https://github.com/RazrFalcon/tiny-skia/blob/be4e5946adad3ae71ee9b5871c5c7884ca01d3e8/src/painter.rs#L173-L188
fill_rect
returns (), not an Option.The text was updated successfully, but these errors were encountered: