SVG letter-spacing also applied to Mozilla Firefox
css, firefox, google-chrome, svg, text
Solution
My solution was that I create the strings with (multiple)whitespaces in QGIS. This is bad way because if you want to give all elements a bigger space it takes a long time.
But it is easy and works on any browser in the same way. So this is the way to go if you have your data in geojson or topojson.
Problem
Is there another alternative to letter-spacing in terms of SVG text? This code is working on Chrome but not on Firefox: https://developer.mozilla.org/de/docs/Web/CSS/letter-spacing As you can see there Firefox is not supporting it right now due to a bug. But I really need letter-spacing in both browser. So is there a good anternative for SVG text? Btw the same is on word-spacing. Working in Chrome perfectly but not on Firefox.