StrokeJoin
public enum StrokeJoin : UInt32Join specifies how corners are drawn when a shape is stroked. Join affects the four corners of a stroked rectangle, and the connected segments in a stroked path.
Choose miter join to draw sharp corners. Choose round join to draw a circle with a radius equal to the stroke width on top of the corner. Choose bevel join to minimally connect the thick strokes.
The fill path constructed to describe the stroked path respects the join setting but may not contain the actual join. For instance, a fill path constructed with round joins does not necessarily include circles at each connected segment.
- 
                  
                  extends to miter limit DeclarationSwift case miter = 0
- 
                  
                  adds circle DeclarationSwift case round = 1
- 
                  
                  connects outside edges DeclarationSwift case bevel = 2
 View on GitHub
View on GitHub Install in Dash
Install in Dash StrokeJoin Enumeration Reference
        StrokeJoin Enumeration Reference