Skip to content

Commit b07b6d0

Browse files
author
Rustam Zaitov
committed
[DigitDetection] stroke path
1 parent 01707b7 commit b07b6d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios10/DigitDetection/DigitDetection/DrawView.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ public override void Draw (CGRect rect)
9191
// TODO: request Set method (defined in Swift Headers
9292
Color.SetFill ();
9393
Color.SetStroke ();
94+
95+
drawPath.Stroke ();
9496
}
9597

9698
public CGBitmapContext GetViewContext ()

0 commit comments

Comments
 (0)