diff options
author | Jesse Bounds <jesse@rebounds.net> | 2017-02-15 14:35:45 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-17 14:36:36 -0800 |
commit | 9924535415cfaa45aa27d613f6141b96c7f16a68 (patch) | |
tree | 5c01c8bad6db31fce012ce964db69da43067077a /mapbox-gl-js | |
parent | ab20d38883a6fdd2f861a5b799c51d0b09306e79 (diff) | |
download | qtlocation-mapboxgl-9924535415cfaa45aa27d613f6141b96c7f16a68.tar.gz |
[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.
Diffstat (limited to 'mapbox-gl-js')
m--------- | mapbox-gl-js | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/mapbox-gl-js b/mapbox-gl-js -Subproject 2af18eebca9173ca8e5cf15559f9b16d7c986fc +Subproject fd73395ef71cf77993d717b2e23c5dab5e372b6 |