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
I'm not sure if there's something wrong with html bitmap drawing, or if the original coder specifically used a method that was very flash specific
Flash: Html: Mac:
The text was updated successfully, but these errors were encountered:
BSPMapGen: Snapped drawn rectangles to the nearest pixel to fix HaxeF…
6f63b28
…lixel#300
It looks like this is related to this issue with html5 canvases automatically antialiasing pixels that are on non-integer coordinates. And since openfl uses CanvasRenderer to draw stuff to bitmapdata objects, it gets affected by this as well. I think this can be fixed by just rounding off the rectangles' coordinates to the nearest integer.
Sorry, something went wrong.
BSPMapGen: Snapped drawn rectangles to the nearest pixel to fix #300 (#…
b03d387
…308)
Successfully merging a pull request may close this issue.
I'm not sure if there's something wrong with html bitmap drawing, or if the original coder specifically used a method that was very flash specific
Flash:
Html:
Mac:
The text was updated successfully, but these errors were encountered: