Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Mask crashes when Text is null #173

Closed
mgierlasinski opened this issue Aug 17, 2021 · 0 comments · Fixed by #174
Closed

Text Mask crashes when Text is null #173

mgierlasinski opened this issue Aug 17, 2021 · 0 comments · Fixed by #174
Assignees
Labels
🍄 bug Something isn't working
Milestone

Comments

@mgierlasinski
Copy link
Owner

Below xaml will crash the app:

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

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

@mgierlasinski mgierlasinski added the 🍄 bug Something isn't working label Aug 17, 2021
@mgierlasinski mgierlasinski added this to the v1.3.1 milestone Aug 17, 2021
@mgierlasinski mgierlasinski self-assigned this Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍄 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant