Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Nov 19, 2024
1 parent 8df4a71 commit 7063ad7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ internal override void Paint(in Visual.PaintingSession session)
// Get the stroke geometry, after scaling has been applied.
geometryWithTransformations.GetFillPath(strokePaint, strokeFillPath);

stroke.UpdatePaint(strokePaint, strokeFillPath.Bounds);
stroke.UpdatePaint(fillPaint, strokeFillPath.Bounds);

session.Canvas.DrawPath(strokeFillPath, strokePaint);
session.Canvas.DrawPath(strokeFillPath, fillPaint);
}
}
}
Expand Down

0 comments on commit 7063ad7

Please sign in to comment.