Posts Tagged ‘mx:Image’

Solution for Canvas having rounded corner and a background

No Comments »

I have faced a problem when i tried to have a canvas with rounded corner and having an image. I doesn’t want to make the rounded corners in image as the content is going to be scaled. After doing some research on Net i found a good solution to the problem. it is a kind of trick where you put the rounded corner canvas as a mask on your image and it works perfectly :) . Following is the code for the same

Read More »