summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-swf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/grph-swf.lua')
-rw-r--r--tex/context/base/grph-swf.lua15
1 files changed, 7 insertions, 8 deletions
diff --git a/tex/context/base/grph-swf.lua b/tex/context/base/grph-swf.lua
index 0d33d89aa..88eed021a 100644
--- a/tex/context/base/grph-swf.lua
+++ b/tex/context/base/grph-swf.lua
@@ -6,20 +6,19 @@ if not modules then modules = { } end modules ['grph-swf'] = {
license = "see context related readme files"
}
--- maybe: backends.codeinjections.insertswf
-
local sub, format, match, byte = string.sub, string.format, string.match, string.byte
+local readstring, readnumber = io.readstring, io.readnumber
local concat = table.concat
local floor = math.floor
local tonumber = tonumber
+local tobitstring = number.tobitstring
+
+local todimen = number.todimen
-local readstringr = io.readstring, io.readnumber
-local readnumber = io.readstring, io.readnumber
-local tobitstring = number.tobitstring
-local todimen = number.todimen
local nodeinjections = backends.nodeinjections
-local figures = figures
-local context = context
+
+local figures = figures
+local context = context
local function getheader(name)
local f = io.open(name,"rb")