Day 43 #100DaysOfSwiftUI
β Drawing simple shapes
π takeaways:
π Use Path type to draw shapes
π Shapes are built using paths, but more flexible
π .strokeBorder() draws on the inside (use InsettableShape protocol)
Here's a struct that draws an arc (great for charts) π