Commit 55d72a8f authored by Nikolay Igotti's avatar Nikolay Igotti

Load library in SkiaLayer

parent 72ad063f
...@@ -23,6 +23,11 @@ private class PictureHolder(val instance: Picture, val width: Int, val height: I ...@@ -23,6 +23,11 @@ private class PictureHolder(val instance: Picture, val width: Int, val height: I
open class SkiaLayer( open class SkiaLayer(
private val properties: SkiaLayerProperties = SkiaLayerProperties() private val properties: SkiaLayerProperties = SkiaLayerProperties()
) : JPanel() { ) : JPanel() {
companion object {
init {
Library.load()
}
}
enum class PropertyKind { enum class PropertyKind {
Renderer, Renderer,
......
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