Is there a way to make a picture appear on top of a shape (so that if a shape and a picture overlap, the picture will be on top)? I would like a picture to have a colored border, so I would like to make my picture show up on top of a rectangle.
I realize that maybe you could draw several rectangles around the picture to try to make a border that way, but because my picture is defined with specific pixel dimensions and I have to use percentages of the screen width/height to define the position of the shapes, I am having a hard time doing it precisely enough with that approach.
Can someone help me out?