CGPathDrawingMode
CGPathDrawingMode is an enumeration type in the Core Graphics framework of Apple's development platforms, used to specify how a path should be drawn. It defines two possible values: .fill and .stroke.
The .fill mode instructs the drawing context to fill the interior of the path with the current
The .stroke mode, on the other hand, tells the drawing context to draw the outline of the
When drawing a path using a CGContext, you typically provide a CGPath object and then specify the