branch: externals/svg-tag-mode commit 72068052ffd304d80ce02c7cfcd67ed04dac25ff Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Fixed default height --- 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 07f13857eb..5b20a24645 100644 --- a/svg-tag-mode.el +++ b/svg-tag-mode.el @@ -94,7 +94,7 @@ This should be zero for most fonts but some fonts may need this." :box (:line-width 1 :color "orange" :style nil) :family ,(face-attribute 'default :family) :weight ,(face-attribute 'default :weight) - :height 120)) + :height ,(- (face-attribute 'default :height) 20))) "Default face for tag" :group 'svg-tag)