kayetano
Results
1
issues of
kayetano
I can't export a svg example. I tested this: ``` javascript var draw = SVG('paper').size(400, 400) var rect = draw.rect(100, 100) var svgExport = draw.exportSvg() ``` and return this error:...