diff options
author | Chris Loer <chris.loer@gmail.com> | 2016-11-20 09:36:07 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@gmail.com> | 2016-11-30 11:54:08 -0800 |
commit | 5f29c3ba26f84c8aea6f70640c348b32cdf397bf (patch) | |
tree | 2767e2cbb6aa826280fd7afc2b71f2d620010528 /package.json | |
parent | d8cef7850293bb801778c82d2d196cdeb22862f5 (diff) | |
download | qtlocation-mapboxgl-5f29c3ba26f84c8aea6f70640c348b32cdf397bf.tar.gz |
[core] Full support for line breaking bidirectional text using ICU bidi functionality.
- Trim whitespace from labels before determining their max-width for alignment.
- Fix crash on labels that contain lines with only a single character of whitespace.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8b8e57460b..e07567e543 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.16.4", "mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#597115a1e1bd982944b068f8accde34eada74fc2", "mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#7f62a4fc9f21e619824d68abbc4b03cbc1685572", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#c32d0c5ac80e3b7393bc17b8944e64fa5cffd90a", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#d85534f77e1b06fbfe7aa610c98a363be86fceb4", "mkdirp": "^0.5.1", "node-cmake": "^1.2.1", "request": "^2.72.0", |