commit 0182094a3702d526a44e0141e276b019a1d78ae2
parent 24bfd6baf2d3a53a5c0488a2e8aa050fd1037261
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 12 Jan 2015 09:37:56 -0500
Merge branch 'issue1002' into develop. Issue #1002.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
@@ -2036,7 +2036,7 @@
var box = BBOX.G(); box.Add(this.data[0].toSVG(),0,0,true); box.Clean();
this.SVGhandleColor(box);
SVG.Element(box.element,{
- stroke:"black", fill:"black", "stroke-width":0,
+ stroke:"currentColor", fill:"currentColor", "stroke-width":0,
transform: "matrix(1 0 0 -1 0 0)"
});
box.removeable = false;