Pods/SwifterSwift/Sources/SwifterSwift/CoreAnimation/CAGradientLayerExtensions.swift
@@ -19,6 +19,7 @@ /// - endPoint: end point corresponds to the last gradient stop /// - type: The kind of gradient that will be drawn. Currently, the only allowed values are `axial' (the default /// value), `radial', and `conic'. @available(macOS 10.14, *) convenience init(colors: [SFColor], locations: [CGFloat]? = nil, startPoint: CGPoint = CGPoint(x: 0.5, y: 0),