branch: externals/svg-tag-mode commit a34a2e1128fa99f999c34c3bc6642fb62b887f34 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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)