All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.svg.PathStringMarker.kt Maven / Gradle / Ivy

The newest version!
package com.juul.krayon.kanvas.svg

import com.juul.krayon.kanvas.PathBuilder
import com.juul.krayon.kanvas.PathTypeMarker
import com.juul.krayon.kanvas.xml.NumberFormatter

public data class PathStringMarker(
    val formatter: NumberFormatter,
) : PathTypeMarker {
    override val builder: PathBuilder get() = PathStringBuilder(formatter)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy