commit 0fbba16dbeed4aeafd3e055484f67ec35eb4948a
parent 7b32411bf7eaf83e73ee02feb7eca3042b97ba47
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 30 Aug 2011 19:47:45 -0400
No need for useProcessingFrame any more (just set styles on the MathJax span itself)
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -2223,7 +2223,6 @@
(HUB.config.root+"/").substr(0,root.length) === root) {webFonts = "otf"}
}
HTMLCSS.Augment({
- useProcessingFrame: true,
ffVerticalAlignBug: true,
AccentBug: true,
allowWebFonts: webFonts
@@ -2248,7 +2247,6 @@
}
}
},
- useProcessingFrame: true,
rfuzz: .05,
AccentBug: true,
AdjustSurd: true,
@@ -2261,7 +2259,6 @@
});
if (forceImages) {
// Force image mode for iOS prior to 4.2 and Droid prior to 2.2
- // (iPhone should do SVG web fonts, but crashes with MathJax)
var config = HUB.config["HTML-CSS"];
if (config) {config.availableFonts = []; config.preferredFont = null}
else {HUB.config["HTML-CSS"] = {availableFonts: [], preferredFont: null}}
@@ -2270,7 +2267,6 @@
Chrome: function (browser) {
HTMLCSS.Augment({
- useProcessingFrame: true,
rfuzz: .05,
AccentBug: true,
AdjustSurd: true,
@@ -2284,7 +2280,6 @@
browser.isMini = (navigator.appVersion.match("Opera Mini") != null);
HTMLCSS.config.styles[".MathJax .merror"]["vertical-align"] = null;
HTMLCSS.Augment({
- useProcessingFrame: true,
operaHeightBug: true,
operaVerticalAlignBug: true,
operaFontSizeBug: browser.versionAtLeast("10.61"),