emacs-devel
[Top][All Lists]
Advanced

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

Re: Using more and/or better icons in Emacs


From: Alan Third
Subject: Re: Using more and/or better icons in Emacs
Date: Sat, 10 Apr 2021 00:16:16 +0100

On Fri, Apr 09, 2021 at 12:46:57PM -0500, Stefan Kangas wrote:
> I'm getting an SVG in the buffer that is actually taller than the line.
> When we added new SVG icons to customize recently, Alan Third fiddled
> with the height and viewport in the SVG file to force it to be the same
> height as the line.
> 
> But is there any way to do this directly from Emacs?  It seems like a
> pain to have to edit the SVG file for every icon (and my attempts at
> doing so has failed so far...).

BTW, looking at those icons all you should have to do is set the width
and height to "1em". I had to insert the viewBox on the other ones
because they didn't have one to begin with, just the width and height.

We'd also probably want to remove most of the colour information (or
replace it with 'currentColor'). At least for simple two colour
images.
-- 
Alan Third



reply via email to

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