branch: externals/svg-lib commit 9d4a97dd32fcc322618ee8aeb47515b465c6ceb6 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Set default margin to 0 and bumped version. --- svg-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index 3be68ad238..c4aca0c779 100644 --- a/svg-lib.el +++ b/svg-lib.el @@ -4,7 +4,7 @@ ;; Maintainer: Nicolas P. Rougier <nicolas.roug...@inria.fr> ;; URL: https://github.com/rougier/svg-lib -;; Version: 0.2.2 +;; Version: 0.2.3 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: svg, icons, tags, convenience @@ -146,7 +146,7 @@ to the default face)." :foreground ,foreground :padding 1 ;; In characters (tag and icons) or pixels (progress) - :margin 1 ;; In characters + :margin 0 ;; In characters :stroke 2 ;; In pixels :radius 3 ;; In pixels :alignment 0.5 ;; Horizontal alignment (in fraction of margin)