I know this is super simple, but I can't seem to get a simple ellipse masking to work in this example:
http://jsfiddle.net/foomarks/m5272/3/
img {
position: absolute;
-webkit-clip-path: ellipse(200px,200px,50px,100px);
}
Anyone have any hints as to what I'm doing incorrectly.
(My understanding is that it's not necessary to create SVG paths for basic shapes: http://www.html5rocks.com/en/tutorials/masking/adobe/)