From 2187980a871cc22f59c1078a949e42db0ab7c1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 14 Oct 2019 15:16:14 +0200 Subject: [core] fix icon-text-fit This fixes rendering by account for the 1px texture padding around icons that were stretched with icon-text-fit. We've added the 1px padding before, but didn't scale it accordingly when we are resizing the icon when it is stretched to fit the text. Adjusts the code to match the logic in GL JS. --- mapbox-gl-js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapbox-gl-js') diff --git a/mapbox-gl-js b/mapbox-gl-js index 7ea73ed381..2dbbf63490 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit 7ea73ed381a81c3ff7e48b523b25d50793baf1f5 +Subproject commit 2dbbf634906dc1b02b48cb740dadb6de16348475 -- cgit v1.2.1