File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Sources/OpenSwiftUICore/Shape Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22// FillStyle.swift
33// OpenSwiftUICore
44//
5- // Audited for 6.0.87
5+ // Audited for 6.5.4
66// Status: Complete
77
88/// A style for rasterizing vector shapes.
9+ @available ( OpenSwiftUI_v1_0, * )
910@frozen
1011public struct FillStyle : Equatable {
1112
Original file line number Diff line number Diff line change 22// StrokeStyle.swift
33// OpenSwiftUICore
44//
5- // Audited for 6.0.87
5+ // Audited for 6.5.4
66// Status: Complete
77
88public import Foundation
99public import OpenCoreGraphicsShims
1010
1111/// The characteristics of a stroke that traces a path.
12+ @available ( OpenSwiftUI_v1_0, * )
1213@frozen
1314public struct StrokeStyle : Equatable {
1415 /// The width of the stroked path.
@@ -51,6 +52,7 @@ public struct StrokeStyle: Equatable {
5152 }
5253}
5354
55+ @available ( OpenSwiftUI_v1_0, * )
5456extension StrokeStyle : Animatable {
5557 public var animatableData : AnimatablePair < CGFloat , AnimatablePair < CGFloat , CGFloat > > {
5658 get {
You can’t perform that action at this time.
0 commit comments