summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/math-act.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/math-act.lmt')
-rw-r--r--tex/context/base/mkxl/math-act.lmt7
1 files changed, 5 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/math-act.lmt b/tex/context/base/mkxl/math-act.lmt
index 4f12bf92e..687f5fed5 100644
--- a/tex/context/base/mkxl/math-act.lmt
+++ b/tex/context/base/mkxl/math-act.lmt
@@ -2208,10 +2208,12 @@ do
["end"] = used,
glyph = unicode,
start = 0,
+ -- start = used/5,
},
{
advance = total,
- ["end"] = 0,
+ -- ["end"] = 0,
+ ["end"] = used/5, -- prevents small gap with inward curved endpoints
extender = 1,
glyph = unicode,
start = used,
@@ -2226,7 +2228,8 @@ do
local height = basechar.height
local depth = basechar.depth
local advance = (parameters.advance or 1/10) * width
- local used = 0.8*height
+ -- local used = 0.8*height
+ local used = 1.2*height -- large overlap because no smaller pieces
local total = height + depth
characters[single].vparts = extensible(single,total,used)
characters[double] = {