Skip to content

Commit a2c3b7c

Browse files
committed
Use currentColor rather than black for SVG output. Resolves issue mathjax#1002.
1 parent ae48c34 commit a2c3b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/output/SVG/jax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@
20342034
var box = BBOX.G(); box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
20352035
this.SVGhandleColor(box);
20362036
SVG.Element(box.element,{
2037-
stroke:"black", fill:"black", "stroke-width":0,
2037+
stroke:"currentColor", fill:"currentColor", "stroke-width":0,
20382038
transform: "matrix(1 0 0 -1 0 0)"
20392039
});
20402040
box.removeable = false;

0 commit comments

Comments
 (0)