I need a way to "dedup" multiple svg files that are identical except saved at different scales. To do this I would like to scale the svgs to a fixed width and then compare them (with some tolerance applied for rounding errors). I've searched a while for a solution to this and was exited to find this library. However, it seems you cannot scale the svgs unless you are also rendering to png?
I realize my use case is probably not that common, but I thought I'd throw it out there as a request.