The [sample for scale](https://github.com/codenameone/CodenameOne/blob/1106bb586073fcc2471e404b6e199295f238bd31/scripts/hellocodenameone/common/src/main/java/com/codenameone/examples/hellocodenameone/tests/graphics/Scale.java#L16-L27) looks differently across the various platforms. This is Android: <img width="320" height="616" alt="Image" src="https://github.com/user-attachments/assets/e9f7da6a-5b8b-45ea-87b4-d4ab2eeebf84" /> This is iOS: <img width="844" height="1835" alt="Image" src="https://github.com/user-attachments/assets/31f0eb7b-f092-4d2b-87a5-96bdd5485c8e" /> This is the simulator: <img width="1125" height="2436" alt="Image" src="https://github.com/user-attachments/assets/33b13fe4-4943-444c-8bbc-997ed4000bca" /> The [affine version of scale](https://github.com/codenameone/CodenameOne/blob/1106bb586073fcc2471e404b6e199295f238bd31/scripts/hellocodenameone/common/src/main/java/com/codenameone/examples/hellocodenameone/tests/graphics/AffineScale.java#L18-L31) isn't much better. This is Android: <img width="320" height="616" alt="Image" src="https://github.com/user-attachments/assets/9a73ba43-30b6-488e-a0f8-9bb54d7b21be" /> This is iOS: <img width="844" height="1835" alt="Image" src="https://github.com/user-attachments/assets/7d3a0d7d-9186-4e34-94f3-cff4753bfe48" /> And this is the simulator: <img width="1125" height="2436" alt="Image" src="https://github.com/user-attachments/assets/891fcbc4-cd23-43ec-911c-452ae3842320" />