Enables hatch alpha on SVG#16890
Conversation
Partially addresses matplotlib#16883 Adds `stroke-opacity` to hatch, but only if it's set to anything less than 1.
|
Turns out that the test |
tacaswell
left a comment
There was a problem hiding this comment.
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 :)
|
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.
If you add the what's new entry and push, then there's no need to worry about the broken build.
|
There. Let me know if you think the what'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). |
|
Thanks @mnmelo! |
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