SafeStrokeWidthResult
data class SafeStrokeWidthResult(val requestedWidthPx: Float, val hardwareWidthPx: Float?, val path: RenderingPath, val warnings: Set<RenderingWarning>)(source)
Hardware-safe interpretation of an authored stroke width.
Constructors
Link copied to clipboard
constructor(requestedWidthPx: Float, hardwareWidthPx: Float?, path: RenderingPath, warnings: Set<RenderingWarning>)