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

commonMain.org.jetbrains.skia.PathSegmentMask.kt Maven / Gradle / Ivy

The newest version!
package org.jetbrains.skia

interface PathSegmentMask {
    companion object {
        const val LINE = 1
        const val QUAD = 2
        const val CONIC = 4
        const val CUBIC = 8
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy