Bug 776054 - Flip the prefs to enable the use of display lists for SVG painting and hit-testing. r=roc.

This commit is contained in:
Jonathan Watt 2012-08-02 00:29:36 +01:00
parent 237dc8079e
commit 233356043e

View File

@ -1668,6 +1668,10 @@ pref("dom.ipc.processCount", 1);
pref("svg.smil.enabled", true);
// Enable the use of display-lists for SVG hit-testing and painting.
pref("svg.display-lists.hit-testing.enabled", true);
pref("svg.display-lists.painting.enabled", true);
pref("font.minimum-size.ar", 0);
pref("font.minimum-size.x-armn", 0);
pref("font.minimum-size.x-beng", 0);