emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning in svg_load_image


From: Andreas Schwab
Subject: Re: Warning in svg_load_image
Date: Tue, 22 Feb 2022 13:45:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

On Feb 22 2022, Eli Zaretskii wrote:

> @@ -10777,7 +10777,7 @@ svg_load_image (struct frame *f, struct image *img, 
> char *contents,
>        "xmlns:xi=\"http://www.w3.org/2001/XInclude\"; "
>        "style=\"color: #%06X; fill: currentColor;\" "
>        "width=\"%d\" height=\"%d\" preserveAspectRatio=\"none\" "
> -      "viewBox=\"0 0 %f %f\">"
> +      "viewBox=\"0 0 %5.0f %5.0f\">"

I don't think the format width makes a difference, apart from adding
redundant spaces.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]