Bug: TEXT_ICON("0") stopped working

TEXT_ICON("0") was working fine and gave this result:
3X_3_9_39d79eef640a3a26223639464f6e94e384545d1e.png

Today I saw that this is broken. It maybe related to the 3rd party Service (placeholder.com) AppSheet is using. Because the result is https://via.placeholder.com/100x100?text=0 and this produces the following image:
3X_0_6_067ac615f270cb5d5bfc0811a6efcf5216a332ff.png

One Workaround is to place a space in front of the number, or to use O instead of 0.
TEXT_ICON(" 0")
TEXT_ICON("O")

This Bug is only with 0 (zero). Any other number is working fine.

2 3 143
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Escalated.

@Fabian youโ€™ve forsaken the SVG gods

I thought I will go the AppSheetโ€™s way in this App. But you are right - I should do it with SVG

Top Labels in this Space