Arabic Text gets truncated at Line breaks using Harfbuzz

Fuse version 1.1.1 (build 13893)

macOS Sierra 10.12

Export Target: Android

When I put arabic type in a Text node, I see the content being truncated at the Line breaks.
Here’s a screenshot of the issue:
![file](https://s3.us-east-2.amazonaws.com/fuse-legacy-forum-assets/hMQSpfCDs7yQ-image-1501586709318.20.57 PM.png)

Here’s the complete and minimal code to reproduce the screenshot above

<App>
    <Rectangle Color="White" Width="320" MinHeight="170" MaxHeight="400">
            <Text Color="#18364C " Alignment="VerticalCenter" TextWrapping="Wrap" Width="90%" Margin="0, 20, 0, 0" FontSize="25" TextAlignment="Center" LineSpacing="10">
                الله لاَ إِلَـهَ إِلاَّ هُوَالْحَيُّ الْقَيُّومُ لاَ تَأْخُذُهُ سِنَةٌ وَلاَ نَوْمٌ لَّهُ مَا فِي السَّمَوَاتِ وَمَا فِي الأَرْضِ مَن ذَا الَّذِي يَشْفَعُ عِنْدَهُ إِلاَّ بِإِذْنِهِ يَعْلَمُ مَا بَيْنَ أَيْدِيهِمْ وَمَا خَلْفَهُمْ وَلاَ يُحِيطُونَ بِشَيْءٍ مِّنْ عِلْمِهِ إِلاَّ بِمَا شَاء وَسِعَ كُرْسِيُّهُ السَّمَوَاتِ وَالأَرْضَ وَلاَ يَؤُودُهُ حِفْظُهُمَا وَهُوَ الْعَلِيُّ الْعَظِيمُ (٢٥٥)
            </Text>
        <DropShadow />
    </Rectangle>
</App>

Thanks for reporting! A ticket has been logged.