Awwation
Awwation copied to clipboard
Compress the embedded JS
You could probably make your embedded JS much smaller if you experiment with the Closure JS compiler. See the SVG-edit Makefile for example usage.
I'm currently simply injecting an already-minified version of the Sozi script compressed with YUI compressor. I will look into Closure though.