- 08 Sep, 2022 1 commit
-
-
Sean Whitton authored
-
- 19 Jul, 2022 2 commits
-
-
Sean Whitton authored
-
Sean Whitton authored
-
- 17 Jan, 2022 1 commit
-
-
Nicolas P. Rougier authored
-
- 04 Jan, 2022 1 commit
-
-
Nicolas P. Rougier authored
svg-lib-tag: redefine font-size with font-info val
-
- 03 Jan, 2022 1 commit
-
-
Mikhail Skorzhinskii authored
It's unclear to the author of this commit why it makes difference, however it fixes a problem on the Ubuntu system with IBM Plex Mono font. See #14
-
- 28 Dec, 2021 1 commit
-
-
Nicolas P. Rougier authored
-
- 26 Dec, 2021 2 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
- 22 Dec, 2021 1 commit
-
-
Nicolas P. Rougier authored
-
- 19 Dec, 2021 2 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
- 18 Oct, 2021 1 commit
-
-
Nicolas P. Rougier authored
charater -> character
-
- 08 Oct, 2021 1 commit
-
-
Jonathan Lai authored
-
- 01 Oct, 2021 1 commit
-
-
Nicolas P. Rougier authored
-
- 29 Sep, 2021 1 commit
-
-
Nicolas P. Rougier authored
-
- 28 Sep, 2021 2 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
- 27 Sep, 2021 3 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
- 20 Sep, 2021 3 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
Fix `font-info` query format.
-
- 17 Sep, 2021 1 commit
-
-
Hyunggyu Jang authored
From emacs info section, info:emacs#Fonts, font size should be prepended with `-`, not `:`. The latter is to specify key-value pair. This commit fixes a bug with font size specification per each SVG image creation.
-
- 16 Sep, 2021 2 commits
-
-
Nicolas P. Rougier authored
Remove hard coded image scaling factor
-
Hyunggyu Jang authored
Image scaling factor is governed by `image-scaling-factor` value, in `create-image`. `svg-image` calls `create-image` under the hood, hence, the user can restore scale factor of 1 by adjusting `image-scaling-factor`. Fixes #6.
-
- 07 Sep, 2021 2 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
- 12 Jun, 2021 1 commit
-
-
Nicolas P. Rougier authored
Fix usage example in comment.
-
- 10 Jun, 2021 1 commit
-
-
Lulu authored
-
- 07 Jun, 2021 3 commits
-
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
-
Nicolas P. Rougier authored
Fix string/array nil issue on windows
-
- 06 Jun, 2021 2 commits
-
-
Damon Chan authored
It saves to "~/.emacs.d/.cache/svg-lib/" by default. If `svg-lib-icons-dir` does not exist, create it.
-
Damon Chan authored
Icons are downloaded to `svg-lib-icons-dir` rather than cache by `url-cache`. Cache by url-cache is not an ideal way for multiple platforms, since the md5 of same icon on different platform is different. This commit is downloading the icons to `svg-lib-icons-dir`.
-
- 02 Jun, 2021 2 commits
-
-
Damon Chan authored
-
Damon Chan authored
-
- 30 May, 2021 1 commit
-
-
chenyanming authored
This fixes the svg-lib-button/svg-lib-progress can not be used on windows issue. Mentioned on issue #2.
-
- 28 May, 2021 1 commit
-
-
Nicolas P. Rougier authored
-