Eric Denovellis

Results 50 issues of Eric Denovellis

See http://shubhanshu.com/svg-crowbar/ and http://bl.ocks.org/deanmalmgren/22d76b9c1f487ad1dde6

enhancement

Most of the time is spent traversing the elements of the SVG and embedding the styles to make sure they are saved with the SVG. This is pretty slow. I...

enhancement

`embedRasterImages` currently is set up such that you specify an image element with a link. Then in your javascript, you convert it to the data URI. This might be more...

enhancement

Right now the tests are just to make sure `save` accepts SVG element and throws an error when the element is not an SVG. Probably should test the other components.

enhancement

Right now the code embeds external CSS as an element style. The problem is that after downloading, the style remains and can screw with interactive visualizations which change attributes, not...

enhancement