Skip to content

Commit

Permalink
Corrected spelling of mitter/miter. closes issue #227
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Feb 1, 2017
1 parent 618a223 commit 2814a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binding/Binding/Definitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,9 @@ public enum SKStrokeCap {
}

public enum SKStrokeJoin {
Mitter, Round, Bevel
Miter, Round, Bevel,
[Obsolete ("Use SKStrokeJoin.Miter instead.")]
Mitter = Miter,
}

public enum SKTextAlign {
Expand Down

0 comments on commit 2814a0b

Please sign in to comment.