Skip to content

Commit

Permalink
Update TextBlockStrokeHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Dec 7, 2024
1 parent 3d0a15d commit 0f9be0c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ public TextBlockStrokeHelper(TextBlock textBlock)
{
Mode = CanvasComposite.DestinationOut,
Sources =
{
new CompositionEffectSourceParameter("visualSurface"),
transform2dEffect
},
{
new CompositionEffectSourceParameter("visualSurface"),
transform2dEffect
},
};

using var alphaMaskEffect = new AlphaMaskEffect()
Expand Down

0 comments on commit 0f9be0c

Please sign in to comment.