Skip to content

Commit 317f838

Browse files
committed
Don't need to use currentColor after all. Issue #1573.
1 parent 13cd707 commit 317f838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unpacked/jax/output/SVG/autoload/menclose.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
113113
t = Math.max(1/SVG.em,t); // see issue #414
114114
var H = base.h+p+t, D = base.d+p+t, W = base.w+2*(p+t);
115115
var dx = 0, w, h, i, m, borders = [false,false,false,false];
116-
if (!values.mathcolor) {values.mathcolor = "currenColor"}
117116

118117
// perform some reduction e.g. eliminate duplicate notations.
119118
var nl = MathJax.Hub.SplitList(values.notation), notation = {};

0 commit comments

Comments
 (0)