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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Also, on all v6.x versions, excluding v6.2.0, the Android colors that have modified alpha component are also parsed incorrectly where alpha is ignored and the color is treated as fully opaque (unless the alpha value is 0).
All above issues refer to Expression#color expression. The workaround is to always use Expression#rgb or Expressions#rgba, for example instead of
Refs. mapbox/mapbox-navigation-android#1045.
As seen in mapbox/mapbox-navigation-android#1045, on
v6.2.0
Android colors are being parsed incorrectly resulting in a black fill.Also, on all
v6.x
versions, excludingv6.2.0
, the Android colors that have modified alpha component are also parsed incorrectly where alpha is ignored and the color is treated as fully opaque (unless the alpha value is0
).All above issues refer to
Expression#color
expression. The workaround is to always useExpression#rgb
orExpressions#rgba
, for example instead ofyou should use
/cc @tobrun @Guardiola31337 @danesfeder @langsmith
The text was updated successfully, but these errors were encountered: