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

commonMain.Shape.kt Maven / Gradle / Ivy

The newest version!
package com.juul.krayon.shape

import com.juul.krayon.kanvas.Path

@Deprecated("Interface doesn't really add much/not every shape renders from the same data.")
public interface Shape {
    public fun render(data: List): Path
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy