Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Cleanup backend_cairo.#10204
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Cleanup backend_cairo.#10204
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Split out of the qt5cairo PR.- Update to cairo 1.4.0 as minimal version (it introduced Context.clip_extents, which we use;https://pycairo.readthedocs.io/en/latest/changelog.html#id26)- matrix_flipy is unused.- flipy() is already True in the base class.
@@ -29,26 +29,25 @@ | |||
import numpy as np | |||
# cairocffi is more widely compatible than pycairo (in particular pgi only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This note should prob end up in some docs if it hasn't already...
Our Travis builds are still sporadically failing. I don't see any reason for it in this PR, so I'm going to merge. None of the tests fail. |
Uh oh!
There was an error while loading.Please reload this page.
Split out of the qt5cairo PR (#8771).
Context.clip_extents, which we use;
https://pycairo.readthedocs.io/en/latest/changelog.html#id26)
PR Summary
PR Checklist