mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Turn off changes to SVG's getBBox due to bug 1019326; r=longsonr
This commit is contained in:
parent
6e8437869f
commit
ff1bb4a821
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user