I have a Grid, containing a Repeater containing GridRows containing GridItems containing Images and Text.
The whole thing is wrapped in a custom component which scales it to fit in a container, preserving aspect ratio. The problem I am having is that the last character of the scaled text is truncated. As a hack/workaround I append a space character to the text, but it would be good to know why this is occurring.

