PdfPath

data class PdfPath(val segments: List<PdfPath.Segment>)

A geometric path accumulated by m/l/c/v/y/h/re operators before being painted by S/f/B/n.

The path is a list of Segments; consumers (a Compose Path, an SVG writer, etc.) walk them in order. All coordinates are in path-construction space — the GraphicsState.ctm in effect when the path is painted is the relevant transform.

Constructors

Link copied to clipboard
constructor(segments: List<PdfPath.Segment>)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
sealed class Segment

Properties

Link copied to clipboard

Functions

Link copied to clipboard