branch: externals/kind-icon commit 1513b6f76b149b0ce33342511797464f2eab7a41 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Update README.md mentioning :height adjustment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a467e5ee2..b94065ee00 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ A small set of packages related to `kind-icon`: If you are using the emacs-mac fork of emacs on MacOS >=10.13, you should compile with `librsvg` support, as the native SVG support using WebKit2 is slow and will impact performance. +In some situations, svg-lib renders icons which are taller than the associated font. This can be fixed by reducing the `:height` in `kind-icon-default-style`, e.g. to 0.9 or 0.8. + ## Thanks - to @rougier for the excellent [svg-lib](https://github.com/rougier/svg-lib).