You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapbox doesn't seem to honor the autoMirrored attribute on vector drawables when rendering, which result in icons not being mirrored when the layout is RTL.
Map used is mapbox compose and images are displayed with point annotations.
Expected behavior
Icons should be mirrored
Notes / preliminary analysis
Now that I think about it, images are added with style.addImage which takes a bitmap... Could it be that the auto mirror info is lost when doing Drawable -> Bitmap?
Additional links and references
The text was updated successfully, but these errors were encountered:
Environment
Observed behavior and steps to reproduce
Mapbox doesn't seem to honor the
autoMirrored
attribute on vector drawables when rendering, which result in icons not being mirrored when the layout is RTL.Map used is mapbox compose and images are displayed with point annotations.
Expected behavior
Icons should be mirrored
Notes / preliminary analysis
Now that I think about it, images are added with
style.addImage
which takes a bitmap... Could it be that the auto mirror info is lost when doing Drawable -> Bitmap?Additional links and references
The text was updated successfully, but these errors were encountered: