Path

value class Path

Represents a path-command string as defined by: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d#Path_commands

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard

Creates a builder that is initialized with the current path and allows further modifications. The resulting path from that builder is different from the one then was called on.

Functions

Link copied to clipboard
operator fun plus(other: Path): Path