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

Drawing in start() is broken #16

Open
EriKWDev opened this issue Jul 31, 2020 · 1 comment
Open

Drawing in start() is broken #16

EriKWDev opened this issue Jul 31, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@EriKWDev
Copy link
Contributor

At some point in the latest commits (probably during the cairo merge), drawing in a start() function does nothing. Or, it probably actually draws everything correctly, but at the moment the window pops up, it is cleaned by either on_draw() or on_resize().

This is a severe bug and needs to be fixed.

@EriKWDev EriKWDev added the bug Something isn't working label Jul 31, 2020
@EriKWDev EriKWDev added this to the 1.0.0 milestone Jul 31, 2020
@EriKWDev
Copy link
Contributor Author

EriKWDev commented Jul 31, 2020

See examples/example_005.py for a sketch that is completely black as a result of this bug:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant