I want to apply matrix transform to svg . Here is the violin . In Firefox, it looks like this:

It looks like it rasterizes it to a 10x10 bitmap before converting it due to my viewport. How can i avoid this?
As I see this, I can try to find a way to make Firefox not rasterize or use some form of attachment. ( <embed> ? <object> ? iframe ? I thought it was bad practice for one reason or another.) I load these SVGs dynamically using JavaScript. How can I do this, then?
PS: If there is a way with svg.js , then what I'm using now, but I'm more than ready to go vanilla, just to make it work.
EDIT: FWIW, apparently it is fixed in the Firefox night browser, but I would still like to find a solution; I'll be pumped out soon. (I also realized that I did not indicate that it works in Chrome and IE)
source share