Skip to content

Instantly share code, notes, and snippets.

@SlappyAUS
Created January 21, 2021 08:17
Show Gist options
  • Save SlappyAUS/d77af5d04d1522f223cd9ca3ad1d1ade to your computer and use it in GitHub Desktop.
Save SlappyAUS/d77af5d04d1522f223cd9ca3ad1d1ade to your computer and use it in GitHub Desktop.
Shape Stoke #swiftui #shapes
Capsule()
.fill(Color.green)
.overlay(
Capsule()
.stroke(Color.black, lineWidth: 10)
)
.frame(width: 200, height: 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment