From 317f838654bad0a2d37067e60cb1d79f28e23372 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 5 Aug 2016 12:01:47 -0400 Subject: [PATCH] Don't need to use currentColor after all. Issue #1573. --- unpacked/jax/output/SVG/autoload/menclose.js | 1 - 1 file changed, 1 deletion(-) diff --git a/unpacked/jax/output/SVG/autoload/menclose.js b/unpacked/jax/output/SVG/autoload/menclose.js index 2939109ed..a13941f56 100644 --- a/unpacked/jax/output/SVG/autoload/menclose.js +++ b/unpacked/jax/output/SVG/autoload/menclose.js @@ -113,7 +113,6 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () { t = Math.max(1/SVG.em,t); // see issue #414 var H = base.h+p+t, D = base.d+p+t, W = base.w+2*(p+t); var dx = 0, w, h, i, m, borders = [false,false,false,false]; - if (!values.mathcolor) {values.mathcolor = "currenColor"} // perform some reduction e.g. eliminate duplicate notations. var nl = MathJax.Hub.SplitList(values.notation), notation = {};