From f8d48a62bd62df77685bd8581c1b8311ae26525f Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 27 Jun 2017 18:48:11 +0200 Subject: 2017-06-27 18:10:00 --- tex/context/base/mkiv/trac-vis.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tex/context/base/mkiv/trac-vis.lua') diff --git a/tex/context/base/mkiv/trac-vis.lua b/tex/context/base/mkiv/trac-vis.lua index 5d98bc24f..d58114d71 100644 --- a/tex/context/base/mkiv/trac-vis.lua +++ b/tex/context/base/mkiv/trac-vis.lua @@ -144,7 +144,6 @@ local starttiming = statistics.starttiming local stoptiming = statistics.stoptiming local a_visual = attributes.private("visual") -local a_fontkern = attributes.private("fontkern") local a_layer = attributes.private("viewerlayer") local hasbit = number.hasbit @@ -1015,8 +1014,7 @@ local function visualize(head,vertical,forced,parent) setdisc(current,pre,post,replace) elseif id == kern_code then local subtype = getsubtype(current) - -- tricky ... we don't copy the trace attribute in node-inj (yet) - if subtype == font_kern_code or getattr(current,a_fontkern) then + if subtype == font_kern_code then if trace_fontkern or prev_trace_fontkern then head, current = fontkern(head,current) end -- cgit v1.2.3