I'm trying to write a simple app using the maui api. I would like to draw an image, and then overlay a 2nd image which I would like to rotate. I find only the last image drawen is displayed. & any canvas rotatation of a drawen image is ignored. I can draw each of the images using PathF (arcs & lines), but any attempt to rotate them just makes the path image gobledyGook. Drawing a canvas with a single path to construct both images is too complex even before I conside any rotation which destroys the image.
Are there any strategies I can use, or examples where the above works.
Are there any strategies I can use, or examples where the above works.