mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Add tests for interactions b/w text-rotation-alignment + text-rotate #105

Closed yhahn closed 8 years ago

yhahn commented 8 years ago

Pins down a subtle bug introduced by interaction between text-rotation-alignment + text-rotate in https://github.com/mapbox/mapbox-gl-js/pull/2668 which is hard to catch given that an explicit text-rotate value is seldom set by styles.

Adds two tests to nail this down -- PRs for JS/Native coming.