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.geom.path
/
toAbsolute
to
Absolute
fun
List
<
PathNodes
>
.
toAbsolute
(
)
:
List
<
PathNodes
>
(
source
)
Converts all relative nodes in the list to absolute nodes.
Return
a new list with absolute nodes
fun
PathNodes.CurveTo
.
toAbsolute
(
current
:
DoubleArray
)
:
PathNodes.CurveTo
(
source
)
fun
PathNodes.ReflectiveCurveTo
.
toAbsolute
(
current
:
DoubleArray
)
:
PathNodes.ReflectiveCurveTo
(
source
)
fun
PathNodes.ArcTo
.
toAbsolute
(
current
:
DoubleArray
)
:
PathNodes.ArcTo
(
source
)