From ace2396f78f86612dc6f2ee8c57abea490469688 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Tue, 3 Dec 2019 21:22:53 +0000 Subject: [PATCH] Bug 1600855 - Re-enable letter-spacing and word-spacing on SVG text. r=longsonr Differential Revision: https://phabricator.services.mozilla.com/D55601 --HG-- extra : moz-landing-system : lando --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 7def47470563..376d780a6e98 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -7523,7 +7523,7 @@ # Is support for letter-spacing and word-spacing in SVG text enabled? - name: svg.text-spacing.enabled type: bool - value: false + value: true mirror: always #---------------------------------------------------------------------------