I have been doing some reading but have yet to find or put together a working solution for my problem. I have a group of paths of inline SVG that I need to rotate by its center. But the issue is FireFox doesn't interpret the transform-origin property on SVG elements. Does anybody have a workaround for this or can somebody point me in the right direction?
I've tried wrapping the group in another group and using the translate property to reposition everything but that didn't fix the issue. I have also tried using pixels instead of percentages with no luck either. Any help?
The Project: http://jsfiddle.net/jz09dr2m/
Target Element
#seconds-topper-tool