Update README.md

This commit is contained in:
Edwin Jakobs
2020-02-11 16:39:43 +01:00
committed by GitHub
parent 88d321f677
commit 8a016fb97d

View File

@@ -30,9 +30,9 @@ fun main() = application {
program {
val image = loadImage("data/images/pm5544.png")
extend {
drawer.imageFit(10.0, 10.0, width - 20.0, height - 20.0)
drawer.imageFit(image, 10.0, 10.0, width - 20.0, height - 20.0)
}
}
}
```