Open CleanCodeDeveloper opened 4 years ago
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?
Description
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
Steps to Reproduce
Define FontImageSource in ResourceDictionary
Use the FontIcon in an ShellItem
<ShellItem Title="{x:Static localization:AppResources.PageName_About}" Route="about" Icon="{StaticResource IconAbout}" FlyoutIcon="{StaticResource IconAboutFlyout}">