Change fuzz factor for Chrome square roots. Resolves issue #744.

This commit is contained in:
Davide P. Cervone 2014-02-19 19:25:23 -05:00
parent 9bed669135
commit 2c303a8850

View File

@ -2885,7 +2885,7 @@
HTMLCSS.Augment({
Em: HTMLCSS.EmRounded, // vertical alignment needs help (since around v20)
cloneNodeBug: true, // Chrome gets heights wrong with the cloned ones
rfuzz: .011,
rfuzz: -.02,
AccentBug: true,
AdjustSurd: true,
FontFaceBug: (browser.version.substr(0,3) === "32."), // Chrome 32 fails on bold-italic (#735)