CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
184 stars 65 forks source link

Shield Image bug after upgrading carto #481

Closed safe-bug closed 2 years ago

safe-bug commented 2 years ago

Hello

We have recently upgraded our Carto version from 4.4.0 to 4.4.3 and we see some issues with Shield Image. It seems that the color that we set for the ShieldFill is also set for the ShieldImage (for example if we set the text color to black the image will get black too). It didn't happen in the previous versions, what is the problem?

Thanks

mtehver commented 2 years ago

@safe-bug This is a know regression in 4.4.3 and will be fixed in 4.4.4. You can also try first RC of 4.4.4, it should be stable.

mtehver commented 2 years ago

4.4.4 with a fix included is now available, closing this.

safe-bug commented 2 years ago

@mtehver Thanks