Skip to content

Commit

Permalink
Update to Xcode 12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
naan committed Jul 7, 2021
1 parent 25395ec commit 70a0f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SwiftSVG/NSBezierPath+CrossPlatform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public extension NSBezierPath {
path.addCurve(to: points[2], control1: points[0], control2: points[1])
case .closePath:
path.closeSubpath()
@unknown default:
fatalError()
}
}
return path
Expand Down

0 comments on commit 70a0f09

Please sign in to comment.