Miter

data class Miter(val limit: Float = DEFAULT_MITER_LIMIT) : Paint.Stroke.Join

Corners should make nice pointy points.

Constructors

Link copied to clipboard
constructor(limit: Float = DEFAULT_MITER_LIMIT)

Properties

Link copied to clipboard

The maximum ratio of miter length to stroke width to render miters. If the ratio exceeds this limit, then a Bevel is rendered instead.