Created
January 21, 2021 08:17
-
-
Save SlappyAUS/d77af5d04d1522f223cd9ca3ad1d1ade to your computer and use it in GitHub Desktop.
Shape Stoke #swiftui #shapes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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