In the sample code of NativeXamlIslands, add svg file in MainUserControl.xaml file not being showed:
<Image Source="/Images/INFO.svg" HorizontalAlignment="Center" VerticalAlignment="Center"/>
It seems that the XAML island is not 100% supported in win32 app, please confirm this. Thanks a lot!