Examples on the Internet claim that simply setting scaleX=”-1″ will flip an image in Flex.
But when I do this, the image doesn’t seem to render at all.
What’s going on? How can I troubleshoot the issue? I’ve tried placing it in a Canvas and a VBox, same result.
(Note – the image is rather large, 5600×2100 or so.)
Not sure why scaleX isn’t working, but I came up with a solution:
Would still be interested in any info as to why scaleX didn’t work.