-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outline drawing doesn't work in headless tests #4601
Comments
See mapbox/mapbox-gl-native#6927 (comment) for a possible cause. |
I think I saw it wasn't working 100% in the browser either -- it looked like http://webglstats.com/webgl/parameter/ALIASED_LINE_WIDTH_RANGE |
ref #2080
Since I think ANGLE doesn't support anything > 1 I think it's broken on windows in firefox and chrome. |
They're not quite identical due to JS headless WebGL missing support for lines wider than 1px. #4601
They're not quite identical due to JS headless WebGL missing support for lines wider than 1px. #4601
They're not quite identical due to JS headless WebGL missing support for lines wider than 1px. #4601
They're not quite identical due to JS headless WebGL missing support for lines wider than 1px. #4601
Duplicate of #2080. |
While investigating #4600, I discovered that drawing polygon outlines (antialiasing) isn't working correctly in headless tests. It does, however, work correctly when rendering in the browser.
Cf.:
JS headless:
Native headless:
This example is
zoomed-fill/default
from our render tests. Other examples in the render tests includetms/tms
,extent/1024-fill
, and any other tests that render fill polygons.The text was updated successfully, but these errors were encountered: