From 3093b6e2e6233fd007fb8095880c102fdd4bce45 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Tue, 27 May 2014 02:06:24 +0200 Subject: [PATCH] parenthesizing very small objects returns ugly output Issue 3930 Makes the thickness in make-parenthesis-stencil variable --- scm/stencil.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/stencil.scm b/scm/stencil.scm index f994b10c5c..db5ff186c3 100644 --- a/scm/stencil.scm +++ b/scm/stencil.scm @@ -159,7 +159,7 @@ the more angular the shape of the parenthesis." upper-end-point ;; Step 1: move to lower end point. lower-end-point) - line-width + (* 2 half-thickness) (interval-widen x-extent (/ line-width 2)) (interval-widen y-extent (/ line-width 2))))) -- 2.39.2