aphilpotts

Results 5 comments of aphilpotts

I will look into it, see if I can propose a solution

To elaborate, the issue is in here: ``` download_link.click(function(ev) { var svg = diagram_div.find('svg')[0]; var width = parseInt(svg.width.baseVal.value); var height = parseInt(svg.height.baseVal.value); var data = editor.getValue(); var xml = ''...

By the way, two of the links on the web site are dead, not that it really seems to matter, but I was in the debugger anyway. HTTP404: NOT FOUND...

This works in edge, and elsewhere, pretty sure it can be repurposed, it has the disadvantage that the actual link does not appear until the button is clicked... http://html5-demos.appspot.com/static/a.download.html the...

Odd, that issue just went away after restarting visual studio, for the record I am using VS2015, I do see a much more specific error now, in JavaScriptconverter.cs line 255...