Skip to content

Conversation

@Muscraft
Copy link
Member

@Muscraft Muscraft commented Dec 24, 2025

anstyle-svg@0.1.11 fixed an issue with the background color not applying by switching from .bg { background: <color> } to .bg { fill: <color> } when specifying the background color. For some reason, this change did not cause the SVG tests to fail, and only shows up when an SVG test's output gets updated. This behaviour means that any change to an SVG test's output would include this unrelated change, muddying the git history. To address this issue, I switched all SVG tests to use the new background format.

@epage epage merged commit 3a106da into rust-lang:main Dec 24, 2025
15 checks passed
@epage
Copy link
Contributor

epage commented Dec 24, 2025

Asserting on svgs specifically ignores head

@Muscraft Muscraft deleted the match-anstyle-svg-changes branch December 24, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants