summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/meta-imp-outlines.mkiv
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-25 14:22:28 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-08-25 14:22:28 +0200
commitacf69d3d7873025941544add3ba168b367c84edd (patch)
tree66268d2e0ba30460f8e76ea886d8060646c8be19 /tex/context/base/mkiv/meta-imp-outlines.mkiv
parentb37069abc236fbc5fbf171dc6af0deff495a6baf (diff)
downloadcontext-acf69d3d7873025941544add3ba168b367c84edd.tar.gz
2016-08-25 14:18:00
Diffstat (limited to 'tex/context/base/mkiv/meta-imp-outlines.mkiv')
-rw-r--r--tex/context/base/mkiv/meta-imp-outlines.mkiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/meta-imp-outlines.mkiv b/tex/context/base/mkiv/meta-imp-outlines.mkiv
index 199dadb32..7629c0c92 100644
--- a/tex/context/base/mkiv/meta-imp-outlines.mkiv
+++ b/tex/context/base/mkiv/meta-imp-outlines.mkiv
@@ -67,7 +67,7 @@ function metapost.showglyph(specification)
end
local glyph = shapeglyphs[index]
if glyph and (glyph.segments or glyph.sequence) then
- local units = data.fontheader and data.fontheader.emsize or 1000
+ local units = shapedata.units or 1000
local factor = 100/units
local paths = metapost.paths(glyph,factor)
if #paths > 0 and glyph.boundingbox and glyph.width then