Dominik Hofer
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) š