Skip to content

Commit

Permalink
Change line join style
Browse files Browse the repository at this point in the history
  • Loading branch information
hetelek committed Mar 28, 2017
1 parent 75fd869 commit 86a784b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class DrawingView: UIView {
private let path: UIBezierPath = {
let path = UIBezierPath()
path.lineCapStyle = .round
path.lineJoinStyle = .round
return path
}()

Expand Down
Binary file not shown.

0 comments on commit 86a784b

Please sign in to comment.