Drawing and updating a polygon in Firefox using the mapbox-gl-draw example code is very jittery at larger map sizes.
Platform: macOS Sierra on a MacBook Pro mid 2015
Mapbox SDK version: 0.32.1
Steps to trigger behavior
- Create an HTML file containing the code of the mapbox-gl-draw example
- Open this file in Firefox and set browser size to 1700 x 1000 pixels
- Draw a polygon
- Update the polygon by dragging one of it's coordinates
Expected behavior
A smooth drawing experience
Actual behavior
The polygon is not changing smoothly. The change is (very) jittery. It feels like the rendered polygon is jumping back and forth between the current state and previous states.
Drawing and updating a polygon in Firefox using the mapbox-gl-draw example code is very jittery at larger map sizes.
Platform: macOS Sierra on a MacBook Pro mid 2015
Mapbox SDK version: 0.32.1
Steps to trigger behavior
Expected behavior
A smooth drawing experience
Actual behavior
The polygon is not changing smoothly. The change is (very) jittery. It feels like the rendered polygon is jumping back and forth between the current state and previous states.