SVG to Compose Documentation
      Target filter
Search in API
Skip to content
    SVG to Compose Documentation
svg-to-compose/dev.tonholo.s2c.domain.svg/asNode

asNode

context(logger: Logger)
fun SvgCircleNode.asNode(minified: Boolean): ImageVectorNode(source)
fun SvgEllipseNode.asNode(minified: Boolean): ImageVectorNode.Path(source)
fun SvgLineNode.asNode(minified: Boolean): ImageVectorNode.Path(source)
context(logger: Logger)
fun SvgPathNode.asNode(computedRules: List<ComputedRule> = emptyList(), minified: Boolean = false): ImageVectorNode(source)
fun SvgPolygonNode.asNode(minified: Boolean): ImageVectorNode.Path(source)
fun SvgPolylineNode.asNode(minified: Boolean): ImageVectorNode.Path(source)
context(logger: Logger)
fun SvgRectNode.asNode(minified: Boolean): ImageVectorNode.Path(source)
Generated by Dokka
(c) Rafael Tonholo