Skip to content
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

live editor: the svg file rendered from graph is not supported by browsers #468

Closed
jesponde opened this issue Feb 2, 2017 · 4 comments
Closed

Comments

@jesponde
Copy link

jesponde commented Feb 2, 2017

Hi,

I noticed an issue with the live editor so here is a description of it.
When I try to render a simple graph like this:

graph LR
A --> B
A --> C
A --> D
Loading

The text is not displayed by browsers like IE or Firefox.
The rendering of the example sequence diagram works well.

Is this something specific to my computer or one have also this issue?

@ghost
Copy link

ghost commented Feb 10, 2017

I have exactly the same issue on the two browsers I use (FireFox and Internet Explorer 11). The text is in the file because svg-edit does show the text (a bit ugly).

@yudenzel
Copy link
Contributor

yudenzel commented Apr 1, 2017

Firefox v49.0.2 looks good.

firefox

@jesponde
Copy link
Author

jesponde commented Apr 3, 2017

Hi yudenzel,
Thanks for the information! It works for me now! (Firefox 52)
But I guess this is actually solved by a renderer engine update in the server side.

@tylerlong
Copy link
Collaborator

We've decided to give up IE browser. We do want to support Microsoft Edge.

Feel free to reopen this issue if you still have issue view the diagram in any mainstream browsers other than IE: https://mermaidjs.github.io/mermaid-live-editor/#/edit/Z3JhcGggTFIKQSAtLT4gQgpBIC0tPiBDCkEgLS0-IEQ

mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.188 to 1.0.0-next.192.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/HEAD/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants