- RoundedRegularPolygons (thanks to @ToddGeorgeKelly)
- Replacing predefined polygons with new API
RegularPolygon(sides: 32)
RoundedRegularPolygon(sides: 6, radius: 20)
- Sides parameter is now
UInt
- Xcode Previews
RegularPolygon(sides: 32)
RoundedRegularPolygon(sides: 6, radius: 20)
UInt