From 9b6a1ae7232101d07cba224dffa46829c9e3f980 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 5 Aug 2015 14:50:33 -0400 Subject: [PATCH] Change blacker to 1 since browsers now seem to handle that pretty well. Resolves issue #994. --- unpacked/jax/output/SVG/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/SVG/config.js b/unpacked/jax/output/SVG/config.js index 49d4906eb..f73797b14 100644 --- a/unpacked/jax/output/SVG/config.js +++ b/unpacked/jax/output/SVG/config.js @@ -36,7 +36,7 @@ MathJax.OutputJax.SVG = MathJax.OutputJax({ config: { scale: 100, minScaleAdjust: 50, // global math scaling factor, and minimum adjusted scale factor font: "TeX", // currently the only font available - blacker: 10, // stroke-width to make fonts blacker + blacker: 1, // stroke-width to make fonts blacker mtextFontInherit: false, // to make be in page font rather than MathJax font undefinedFamily: "STIXGeneral,'Arial Unicode MS',serif", // fonts to use for missing characters