Resizing an SVG

I see that resizing is allowed for Shapes (circles, squares, rectangles, etc) but I don’t see that resizing is an option for SVGs. I implemented the RescalingTool and that isn’t the solution needed. I need to be able to resize an SVG without being limited to a 1:1 ratio. Any assistance is greatly appreciated.

How are you rendering your SVG? Using a Picture? If so, can you give it a name, make that the Part.resizeObjectName and set Part.resizable to true?