Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Enables hatch alpha on SVG#16890
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Partially addressesmatplotlib#16883 Adds `stroke-opacity` to hatch, but only if it's set to anything less than 1.
mnmelo commentedMar 23, 2020
Turns out that the test |
anntzer left a comment
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.
if ci passes.
tacaswell left a comment
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.
Might be worth adding a whats new entry.
👍 that we already had a test that exercised this so we don't have to add a new test :)
mnmelo commentedMar 24, 2020
Hmm, this is erroring because it runs over the Azure Pipelines 60 min limit. |
QuLogic left a comment
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.
If you add the what's new entry and push, then there's no need to worry about the broken build.
Uh oh!
There was an error while loading.Please reload this page.
mnmelo commentedMar 24, 2020
There. Let me know if you think thewhat's new should read differently (there really isn't much to say other than hatch alpha now works in SVG). Perhaps noteworthy is that SVG now seems to be the only vector output backed that can do the hatch alpha (I'm not entirely sure, though). |
QuLogic commentedMar 24, 2020
Thanks@mnmelo! |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Partially addresses#16883
Adds
stroke-opacityto hatch, but only if it's set to anything less than 1.Unsure if it warrants a new figure for test comparison (svgs are small, though). Alternatively, could be tested against the PNG output, which is correct now (but may miss future simultaneous breakage).
PR Checklist