Skip to content

Code samples do not work in Xcode 15 #60

@tgunr

Description

@tgunr

Trying to use SVGView to create simple shape according to sample code.

   HStack {
    let circle = SVGCircle(cx: 30, cy: 30, r: 30)
    circle.fill = SVGColor.black  // Type '()' cannot conform to 'View'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions