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

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

[elpa] externals/svg-lib 2bad74c95b 2/2: Merge remote-tracking branch 'o


From: ELPA Syncer
Subject: [elpa] externals/svg-lib 2bad74c95b 2/2: Merge remote-tracking branch 'origin/master'
Date: Wed, 10 Jan 2024 11:08:21 -0500 (EST)

branch: externals/svg-lib
commit 2bad74c95b305efd4910b1047261762ea25cb88c
Merge: 3c2724e37b 218b6fdc6f
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Merge remote-tracking branch 'origin/master'
---
 svg-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-lib.el b/svg-lib.el
index 45ecc5c798..28731436a9 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -311,7 +311,7 @@ If COLOR-NAME is unknown to Emacs, then return COLOR-NAME 
as-is."
          (stroke      (or (plist-get (face-attribute face :box) ':line-width) 
nil))
          (style       `(:background ,background
                         :foreground ,foreground
-                        ,@(when stroke `(:stroke stroke))
+                        ,@(when stroke `(:stroke ,stroke))
                         :font-family ,font-family
                         :font-size ,font-size
                         :font-weight ,font-weight))



reply via email to

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