jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

PulseIcon Source Issue #63

Open leijae opened 5 months ago

leijae commented 5 months ago

The PluseIcon control seems to be working on .NET 8 ios17 and android34 mostly. The issue I'm having, and it could be user error, with I try to use a .png as a source or a font icon as source, the icon is not rendering, but the PulseIcon is. Am I doing something in correctly here?

<aloha:PulseIcon Background="DarkOrchid" HeightRequest="100" Source="brand_short_white.png" PulseColor="DarkOrchid" WidthRequest="100" IsPulsing="True" BackgroundColor="DarkOrchid" />