Star.kt
-
Draws a star into a
.JPEG
file and opens the result. Heptagram.kt
-
Draws a heptagram into a
.JPEG
file. HeptagramSKP.kt
-
Draws a heptagram into an
.SKP
file that could be replayed and debugged using the Skia Debugger. RenderKotlinSVGLogo.kt
-
Renders the Kotlin logo from an
.SVG
to a.PNG
. RenderKotlinSVGLogoSKP.kt
-
Renders the Kotlin logo from an
.SVG
to an.SKP
. Check it out in the Skia Debugger! SimpleText.kt
-
Draws a single text line in the middle of the drawing.