FontIcons rendering quality in AppShell Flyout decreased with Xamarin.Forms v4.6.0.726 compared to previous version v4.5.0.657 or v4.5.0.725
<ResourceDictionary>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" Color="Black" x:Key="IconHomeFlyout"/>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" Color="Black" x:Key="IconSettingsFlyout"/>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" Color="Black" x:Key="IconAboutFlyout"/>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" x:Key="IconHome"/>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" x:Key="IconSettings"/>
<FontImageSource FontFamily="Segoe MDL2 Assets" Glyph="" x:Key="IconAbout"/>
</ResourceDictionary>
<ShellItem Title="{x:Static localization:AppResources.PageName_Settings}" Route="settings"
Icon="{StaticResource IconSettings}" FlyoutIcon="{StaticResource IconSettingsFlyout}">
<views:SettingsPage Title="Settings"/>
</ShellItem>
<ShellItem Title="{x:Static localization:AppResources.PageName_About}" Route="about"
Icon="{StaticResource IconAbout}" FlyoutIcon="{StaticResource IconAboutFlyout}">
<views:AboutPage Title="About"/>
</ShellItem>
See above
FontIconRenderingQuality10538.zip
None
does this happens only in a shell item ? or elsewhere too ?
could you please provide a reproduction sample ? thanks
The bug occurs only in the Flyout of the ShellItem.
I've create a small reproduction sample:
FontIconRenderingQuality10538.zip
@StephaneDelcroix: Is the repro I added sufficient?
Most helpful comment
does this happens only in a shell item ? or elsewhere too ?
could you please provide a reproduction sample ? thanks