Turn off changes to SVG's getBBox due to bug 1019326; r=longsonr

This commit is contained in:
Brian Birtles 2014-06-05 15:43:33 +09:00
parent 6e8437869f
commit ff1bb4a821

View File

@ -2097,11 +2097,7 @@ pref("svg.svg-iframe.enabled", false);
// Is support for the new getBBox method from SVG 2 enabled?
// See https://svgwg.org/svg2-draft/single-page.html#types-SVGBoundingBoxOptions
#ifdef RELEASE_BUILD
pref("svg.new-getBBox.enabled", false);
#else
pref("svg.new-getBBox.enabled", true);
#endif
// Default font types and sizes by locale
pref("font.default.ar", "sans-serif");