I need to create a bean shape with rotating background. I have SVG with an image element. The image has class "rotation". I use CSS to rotate it.
Link to codepen: http://codepen.io/olam/pen/hJCla
It works only in Chrome. In Firefox seems that transform-origin:50% 50% doesn't work. In Safari I can't see image at all.
Would be awesome if you can give me some advice.