Shapes
Noun · Development
Definitions
Geometric primitives — rectangles, circles, paths, polygons — used in 2D graphics APIs, UI frameworks, and vector drawing to compose visual elements programmatically.
In plain English: Basic geometric building blocks like circles and rectangles that you combine to draw things on screen.
Example: "SwiftUI lets you compose shapes like RoundedRectangle and Circle with simple modifiers."