From 06fb6820ea2d6b2620abee0be41c49c8a50ea3a3 Mon Sep 17 00:00:00 2001 From: euulu Date: Sun, 14 Jan 2024 20:21:47 +0200 Subject: [PATCH] Fix typo in ui-controls.asc Fix typo "iv3 and iv3 are" to "iv2 and iv3 are" in the ui-controls.asc file --- src/docs/asciidoc/ui-controls.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/ui-controls.asc b/src/docs/asciidoc/ui-controls.asc index 2323c19..efa3a8a 100644 --- a/src/docs/asciidoc/ui-controls.asc +++ b/src/docs/asciidoc/ui-controls.asc @@ -919,7 +919,7 @@ ImageView is a Node container that allows the Image object to be used in JavaFX iv4.setViewport(viewportRect); ---- -iv3 and iv3 are based on the image2 and image3 objects. Recall that these objects produced transformed images that fit the square container. +iv2 and iv3 are based on the image2 and image3 objects. Recall that these objects produced transformed images that fit the square container. iv4 is also based on a transformed Image object, but in the case of iv4, the transformation is done through the ImageView object rather than the Image. ImageView.setFitHeight is called rather than Image.setFitHeight.