mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 655877 - Part 0: Add pref for new CSS-using SVG text frames, initially turned off. r=jwatt
This commit is contained in:
parent
f65a94b581
commit
3c9939ceca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user