mgierlasinski / MagicGradients

Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
MIT License
369 stars 22 forks source link

Text Mask crashes when Text is null #173

Closed mgierlasinski closed 3 years ago

mgierlasinski commented 3 years ago

Below xaml will crash the app:

  <magic:GradientView.Mask>
      <masks:TextMask />
  </magic:GradientView.Mask>

When Text property is null, no clipping should be performed.