Using the Bitmap class, new createjs.Bitmap, with SVG, the SVG is loaded at some **enormous** size, without reference to the SVG's viewbox for dimensions. This doesn't happen with other images formats like PNG, which load at the original size. Scaling the SVG is not an option for responsive sites. SVG should load at the set width and height as per the viewbox in the SVG code. All I want is SVG to load at its original size without using scaling. https://stackoverflow.com/questions/71790667/create-js-easel-js-createjs-bitmap-getting-svg-to-load-at-original-size