Commit 1edf9a7d authored by Nikolay Igotti's avatar Nikolay Igotti

Add getter for canvas.

parent 45534f57
......@@ -31,6 +31,9 @@ open class SkiaLayer(
internal val backedLayer : HardwareLayer
val canvas: java.awt.Canvas
get() = backedLayer
init {
setOpaque(false)
layout = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment