From bd310d70143c79f5fa8bf9e74f08ed9ffad62a0a Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 26 Feb 2025 20:44:22 +0000 Subject: [PATCH] add demos to README.md --- orx-image-fit/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-image-fit/README.md b/orx-image-fit/README.md index 52c10ccf..10c71f95 100644 --- a/orx-image-fit/README.md +++ b/orx-image-fit/README.md @@ -74,3 +74,8 @@ fun main() = application { [source code](src/jvmDemo/kotlin/DemoImageFit01.kt) ![DemoImageFit01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-image-fit/images/DemoImageFit01Kt.png) + +### DemoImageFitSub01 +[source code](src/jvmDemo/kotlin/DemoImageFitSub01.kt) + +![DemoImageFitSub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-image-fit/images/DemoImageFitSub01Kt.png)