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

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

[elpa] externals/svg-tag-mode a34a2e1128 32/63: Added scale of 1 just in


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode a34a2e1128 32/63: Added scale of 1 just in case
Date: Mon, 27 Dec 2021 15:57:58 -0500 (EST)

branch: externals/svg-tag-mode
commit a34a2e1128fa99f999c34c3bc6642fb62b887f34
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Added scale of 1 just in case
---
 svg-tag-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 1347bcaf25..ee839d944e 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -177,7 +177,7 @@ INNER-PADDING, OUTER-PADDING and RADIUS controls the visual 
aspect of the box."
                    :fill        foreground
                    :x           (+ text-x svg-tag-horizontal-offset)
                    :y           (+ text-y svg-tag-vertical-offset))
-    (svg-image svg :ascent 'center)))
+    (svg-image svg :scale 1 :ascent 'center)))
 
 
 (defun svg-tag--build-keywords (item)



reply via email to

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