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.avg
/
AvgClipPath
Avg
Clip
Path
class
AvgClipPath
(
parent
:
XmlParentNode
,
val
attributes
:
MutableMap
<
String
,
String
>
)
:
AvgChildNode
,
AvgNode
(
source
)
Members
Members & Extensions
Constructors
Avg
Clip
Path
Link copied to clipboard
constructor
(
parent
:
XmlParentNode
,
attributes
:
MutableMap
<
String
,
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
MutableMap
<
String
,
String
>
class
Name
Link copied to clipboard
open
override
val
className
:
String
?
id
Link copied to clipboard
open
override
val
id
:
String
?
parent
Link copied to clipboard
var
parent
:
XmlParentNode
path
Data
Link copied to clipboard
val
pathData
:
String
root
Parent
Link copied to clipboard
val
rootParent
:
XmlParentNode
style
Link copied to clipboard
open
override
val
style
:
String
?
tag
Name
Link copied to clipboard
open
override
val
tagName
:
String
Functions
as
Node
Link copied to clipboard
context
(
logger
:
Logger
)
fun
AvgNode
.
asNode
(
minified
:
Boolean
)
:
ImageVectorNode
?
attach
Parent
If
Needed
Link copied to clipboard
fun
attachParentIfNeeded
(
parent
:
XmlParentNode
)
to
Js
String
Link copied to clipboard
open
fun
toJsString
(
extra
:
StringBuilder
.
(
)
->
Unit
?
=
null
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String