Bug 655877 - Part 0: Add pref for new CSS-using SVG text frames, initially turned off. r=jwatt

This commit is contained in:
Cameron McCormack 2013-02-11 17:22:16 +11:00
parent f65a94b581
commit 3c9939ceca

View File

@ -1825,6 +1825,9 @@ pref("svg.paint-order.enabled", false);
pref("svg.paint-order.enabled", true);
#endif
// Is support for the new SVG text implementation enabled?
pref("svg.text.css-frames.enabled", false);
pref("font.minimum-size.ar", 0);
pref("font.minimum-size.x-armn", 0);
pref("font.minimum-size.x-beng", 0);