Skip to content

Commit

Permalink
[create-pull-request] automated change (dotnet#13237)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and TJ Lambert committed Feb 21, 2023
1 parent 99f86f8 commit 4eb8210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public async Task DashedStrokeInitializesCorrectly(uint color)
Shape = new RectangleShapeStub(),
Background = new SolidPaintStub(Colors.White),
Stroke = new SolidPaintStub(expected),
StrokeDashPattern = new float[2] { 1, 1 },
StrokeDashPattern = new float[2] { 1, 1 },
StrokeThickness = 6,
Height = 100,
Width = 300
Expand Down

0 comments on commit 4eb8210

Please sign in to comment.