Tokamak icon indicating copy to clipboard operation
Tokamak copied to clipboard

Implement `LinearGradient` in the HTML/DOM renderers

Open MaxDesiatov opened this issue 3 years ago • 0 comments

API declarations:

public struct LinearGradient : ShapeStyle, View {
  public init(gradient: Gradient, startPoint: UnitPoint, endPoint: UnitPoint)
  public typealias Body = _ShapeView<Rectangle, LinearGradient>
}

MaxDesiatov avatar Dec 04 '20 16:12 MaxDesiatov