I'm working in several improvements to theme Telephasic (twig template for search results), and I can see the svg images doesn't work fine with cropZoom or cropResize filters. They don't change the size.
This is the code (it works fine with other image formats):
I don't think SVG will ever be supported. It's vector graphics, not raster image. You can't just crop SVG, you have to completely change <path/> and/or other tags in SVG. SVG is not pixel based media. If you open SVG with any text editor, you might get an idea what I'm talking about