DrawingContext.strokeMiterLimit

Specify a constraint on the length of the "miter" formed by two lines meeting at an angle. If the angle if very sharp, the miter could be very long relative to the line thickness. The miter _limit is a _limit on the ratio of the miter length to the line width. The default is 4.

class DrawingContext
void
strokeMiterLimit
(
size_t limit
)

Meta