Skip to content

Commit 957c0d3

Browse files
committed
Side-step small SVG width divergence by setting min-width
1 parent cc9631a commit 957c0d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4004,7 +4004,7 @@ impl<'test> TestCx<'test> {
40044004
};
40054005

40064006
let stderr = if force_color_svg {
4007-
anstyle_svg::Term::new().render_svg(&proc_res.stderr)
4007+
anstyle_svg::Term::new().min_width_px(730).render_svg(&proc_res.stderr)
40084008
} else if explicit_format {
40094009
proc_res.stderr.clone()
40104010
} else {

tests/ui/codemap_tests/huge_multispan_highlight.svg

+1-1
Loading

tests/ui/diagnostic-flags/colored-session-opt-error.svg

+1-1
Loading

0 commit comments

Comments
 (0)