Package-level declarations

Types

Link copied to clipboard
class AvgAttrNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode
Link copied to clipboard
abstract class AvgChildNode(parent: XmlParentNode) : XmlChildNode, AvgNode
Link copied to clipboard
Link copied to clipboard
value class AvgColor(val value: String)
Link copied to clipboard
open class AvgElementNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>, val tagName: String) : XmlElementNode, AvgNode
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface AvgNode : XmlNode
Link copied to clipboard
Link copied to clipboard
class AvgRootNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode

Functions

Link copied to clipboard
context(logger: Logger)
fun AvgGroupNode.asNode(minified: Boolean): ImageVectorNode.Group
context(logger: Logger)
fun AvgNode.asNode(minified: Boolean): ImageVectorNode?
context(logger: Logger)
fun AvgPathNode.asNode(minified: Boolean): ImageVectorNode.Path
Link copied to clipboard
context(logger: Logger)
fun AvgRootNode.asNodes(minified: Boolean): List<ImageVectorNode>
Link copied to clipboard
Link copied to clipboard