-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very nice, but how to get SVG #184
Comments
I don't have a Windows machine to test on, so I won't be able to investigate. If anyone else is willing to take a look, and propose a solution, that'll be great! |
I will look into it, see if I can propose a solution |
To elaborate, the issue is in here:
This code was interesting to me, I had not seen the technique before, but is seems, OK, on click you add a data url to be downloaded, but in Edge, this leads to a lockup and a spinning donut. I will see if I can get some attention from the Edge guys... will keep you posted |
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 - The server has not found anything matching the requested URI (Uniform Resource Identifier). HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). |
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...
the only other options I could think of is to use a future and then calling click |
Is there a simple command line use to generate that svg output? Like this:
Working in vscode using this preview extension is great. If there just was a command line way to export the resulting Next up and readily working would be using watchy to watch all docs/img/*.seqdiag and anything seeing changes leads to re-conversion. And then only linking to those svg's from your client/github facing documentation, so everyone can view them with ease... |
I really like the tools and am using them in VSCode, but to convert to SVG, rather than just display it. the SVG download from the web site at https://bramp.github.io/js-sequence-diagrams/ is borked for Edge, the download link does nothing, the link does work in chrome, so not a show-stopper!
The text was updated successfully, but these errors were encountered: