emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/svg-lib 9d4a97dd32 2/2: Set default margin to 0 and bum


From: ELPA Syncer
Subject: [elpa] externals/svg-lib 9d4a97dd32 2/2: Set default margin to 0 and bumped version.
Date: Sun, 26 Dec 2021 14:57:35 -0500 (EST)

branch: externals/svg-lib
commit 9d4a97dd32fcc322618ee8aeb47515b465c6ceb6
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@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.Rougier@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)



reply via email to

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