mapbox / mapbox-gl-native-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
218 stars 114 forks source link

fix high contrast bug #712

Closed ank27 closed 2 years ago

ank27 commented 2 years ago

This PR fix the high contrast text rendering when accessibility is enabled. Fixes : https://github.com/mapbox/mapbox-gl-native-android/issues/711

<changelog>Fix high contrast text rendering when accessibility enabled.</changelog>

Before - before

After - after

tsuz commented 2 years ago

Jumping in as the issue's OP, thank you for the PR! This was fixed in earlier versions but then it became un-fixed. Is it possible to add a mechanism to ensure the break doesn't occur in the future (like tests)? Thanks again,

ank27 commented 2 years ago

Closing this since it will be fixed from gl-native side.