summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-svg.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-svg.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-svg.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/mlib-svg.lmt b/tex/context/base/mkxl/mlib-svg.lmt
index 961176e07..1b2114ec9 100644
--- a/tex/context/base/mkxl/mlib-svg.lmt
+++ b/tex/context/base/mkxl/mlib-svg.lmt
@@ -2006,7 +2006,7 @@ local fraction = offset and asnumber_p(offset)
o = nil
elseif o == "transparent" then
o = f_opacity(0)
- else
+ elseif o then
o = asnumber_r(o)
if o == ignoredopacity then
o = nil