From ed2c824995ef51ddb1dfc1fa2a526933cd377cda Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Wed, 30 Mar 2016 12:07:47 +0200 Subject: 2016-03-30 12:01:00 --- tex/context/modules/mkiv/m-nodechart.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tex/context/modules/mkiv/m-nodechart.lua') diff --git a/tex/context/modules/mkiv/m-nodechart.lua b/tex/context/modules/mkiv/m-nodechart.lua index 4f2740ef4..da80faed9 100644 --- a/tex/context/modules/mkiv/m-nodechart.lua +++ b/tex/context/modules/mkiv/m-nodechart.lua @@ -49,9 +49,7 @@ end -- subtype width leader spec (stretch shrink ... function formatters.glue(n,comment) - local s = n.spec - -- return format("\\doFLOWgluenode{%s}{%s}{%s}{%s}{%s}",comment,gluecodes[n.subtype],points(s.width),points(s.stretch),points(s.shrink)) - return format("\\doFLOWgluenode{%s}{%s}{%.4f}{%.4f}{%.4f}",comment,gluecodes[n.subtype],s.width*ptfactor,s.stretch*ptfactor,s.shrink*ptfactor) + return format("\\doFLOWgluenode{%s}{%s}{%.4f}{%.4f}{%.4f}",comment,gluecodes[n.subtype],n.width*ptfactor,n.stretch*ptfactor,n.shrink*ptfactor) end -- subtype width leader spec (stretch shrink ... -- cgit v1.2.3