jspies / raphael.serialize

RaphaelJS Plugin to serialize SVG Objects for exporting
121 stars 19 forks source link

Unsupported element types #9

Closed vk0novalov closed 12 years ago

vk0novalov commented 12 years ago

For example, if current element's type is circle than it generates duplicate of previous element in result

It can be fixed by adding

default : continue;

in switch of element types