SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.domain
/
ImageVectorNode
/
NodeWrapper
Node
Wrapper
@
Serializable
data
class
NodeWrapper
(
val
normalizedPath
:
String
,
val
nodes
:
List
<
PathNodes
>
)
(
source
)
Members
Constructors
Node
Wrapper
Link copied to clipboard
constructor
(
normalizedPath
:
String
,
nodes
:
List
<
PathNodes
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
PathNodes
>
normalized
Path
Link copied to clipboard
val
normalizedPath
:
String
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
ImageVectorNode.NodeWrapper
)
:
ImageVectorNode.NodeWrapper