docs: make package-slices.svg readable in dark mode - #1108
Conversation
medubelko
left a comment
There was a problem hiding this comment.
|
Good catch — I've pushed an update that replaces |
|
Noticed that one slow test job (jammy, amd64, 3.10) is failing, while the rest of the checks are passing. Since this PR only adjusts an SVG in the docs, this might be unrelated. Could this be rerun to confirm whether it's a flake? |
a5726ac to
f550a79
Compare
|
Hi @gcomneno! These are expected/persistent CI failures. This also applies to all the other PRs. |
|
Thanks for clarifying — understood. I’ll treat those failures as persistent/unrelated and won’t take any further action on this PR (or any other PRs) unless something specific comes up. |

Fixes #840
The package slicing SVG used black strokes/fills on a transparent background, making arrows/text hard to see in dark mode. Use currentColor for black stroke/fill so the diagram follows the documentation theme.