Package-level declarations
Types
Link copied to clipboard
@Serializable
Represents the contents of an icon file, including its package, icon name, theme, dimensions, nodes, and other attributes.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = PathNodesSerializer::class)
PathNodes is a sealed class that contains multiple classes to represent different commands of an SVG/AVG path. These classes include: MoveTo, ArcTo, VerticalLineTo, HorizontalLineTo, LineTo, CurveTo, ReflectiveCurveTo, QuadTo and ReflectiveQuadTo.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
fun StrokeDashArray.createDashedPathForRect(x: Float, y: Float, width: Int, height: Int, strokeWidth: Int, isMinified: Boolean): List<PathNodes>