summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-lmp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/mlib-lmp.lua')
-rw-r--r--tex/context/base/mkiv/mlib-lmp.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/mlib-lmp.lua b/tex/context/base/mkiv/mlib-lmp.lua
index 93a758681..22607be8d 100644
--- a/tex/context/base/mkiv/mlib-lmp.lua
+++ b/tex/context/base/mkiv/mlib-lmp.lua
@@ -134,3 +134,11 @@ do
end
end
+
+function mp.lmt_svg_include()
+ local name = metapost.getparameter { "svg", "filename" }
+ local mps = metapost.svgtomp {
+ data = name and name ~= "" and io.loaddata(name) or "",
+ }
+ mp.direct(mps)
+end