From 9924535415cfaa45aa27d613f6141b96c7f16a68 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Wed, 15 Feb 2017 14:35:45 -0800 Subject: [core] Render a circle if either the color or stroke color are visible This updates the circle paint check to pass if the circle stroke is visible but: * The circle color is clear * The circle is transparent * The circle has a radius of 0 Previously, a transparent circle or a circle with a radius of 0 would cause the layer to be passed up even if the circle stroke color had a non zero alpha. --- 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 2af18eebca..fd73395ef7 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit 2af18eebca9173ca8e5cf15559f9b16d7c986fc1 +Subproject commit fd73395ef71cf77993d717b2e23c5dab5e372b61 -- cgit v1.2.1