Hi, I'm using JQuery SVG
http://keith-wood.name/ and need help to resize a loaded svg to an specific size.
That means, i load the svg in the following way:
$('#canvas00').svg({loadURL: './svg/gfloppy.svg', onLoad: function () {scale($('#canvas00'));}});
And i want to scale the svg to 50px width and 50px heigth.
The translate funtions works, but i dont know the scale because the svg could be of various sizes.
Thanks in advance