Is it possible set overflow: visible on elements?
overflow: visible
This simple example on jsfiddle breaks in every browser I have access to, (so
overflow: visible box-shadow : 0px -0px 10000px transparent /*trick for chrome*/
Adding a huge box-shadow to the SVG , or adding the SVG in a DIV with the huge shadow solve it. In Chrome I noticed that the overflow is being clipped to the box-shadow limit.