I found another problem with SVG, this time in Chrome.
I tried to prepare a preloader with CSS animation and ClipPath.
It works excellent in Safari, a little worse in Firefox (transform-origin problem :) ) but in Chrome 47 is total failure. It doesn't even display animated element.
I thought Chrome is unsurpassed with SVG implementation. But now I totally fool and hope someone else will help to find the way ;).
I put this example on Codepen:
http://tinyurl.com/jsdfjpu
Thank you in advance for any light in tunnel of my ignorance ;).