Stroke.setMiterLimit

Sets the limit for the distance from the corner where sharp turns of joins get cut off.

The miter limit is in units of line width and must be non-negative.

For joins of type gsk.types.LineJoin.Miter that exceed the miter limit, the join gets rendered as if it was of type gsk.types.LineJoin.Bevel.

class Stroke
void
setMiterLimit
(
float limit
)

Parameters

limit float

the miter limit