When showing multiline (wrapped) text, clipping to the boundaries does not work on Android. It works on iOS.
The issue is there regardless of setting Width/Height on the element or only on the container.
Fuse version 1.0.0 (build 13426)
OS: MacOS Sierra
Can be reproduced with:
<App Background="Blue">
<Rectangle Color="White" Width="125" Height="40">
<Text Color="Black" Alignment="Left" FontSize="12" Width="125" Height="40" Margin="0,10,0,0" Value="This is a string of words that should be truncated. This only works on iOS." TextWrapping="Wrap"/>
</Rectangle>
</App>