Thanks Allan for the link.
I have a test svg I've been using that my illustrator gave me and I cleaned up the layers some which it weighs in at 16kb. I ran it through your link and saved the js output which takes up 19k.
On a side note, the snapsvg.js examples that are included with the project. The game board example, if you look at the code it generates dynamic paths for the faces for the tile things which all link through backbone views. It is a great example of using snapsvg in other ways and with backbone, just wish there were more comments, I had to read the code several times to figure out what some of the variables were since there are usages like `this.s.push(..obj..)`