-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
investigate strange behavior in stacking tests #1318
Comments
hrmmm, we have plenty of |
|
are we sure |
nope, this looks right, and is checked by unit test |
with that said, i'm pretty sure |
is the |
Sure enough, we're getting a full block in the |
yeah, it definitely seems to be coming in from the previous test somehow. changes made there, colorwise, are reflected.... |
|
our channel from the |
OK, i circled back around to this, and the |
See #1068 and #1317 for background info. I've added some
Stacking
unit tests which verify transparent blitter stacking on quadblitters. It appears that the first plane alone is generating a full block, as opposed to the crossed quadrant we would expect. As a result, our unit test is invalid. Add a newncvisual_from_rgba()
unit test checking this case, and it ought break. Fix the breakage.The text was updated successfully, but these errors were encountered: