How can I scale an image to keep it's aspect ratio inside a viewBox in the app?
I see SVG supports viewBox commands to constrain images inside the box (helpful for temporary images that are not all formatted to the same size.)
How can I use that command in your app?