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

Fix sharing large DOT scripts #24

Open
nikeee opened this issue Jan 2, 2020 · 2 comments
Open

Fix sharing large DOT scripts #24

nikeee opened this issue Jan 2, 2020 · 2 comments

Comments

@nikeee
Copy link
Owner

nikeee commented Jan 2, 2020

Currently, they are not passed to any server. This way, we can host this on a static site.

If we'd upload the script to some server, we could potentially store a large graph. We wouldn't run into size limitations of URLs.

We should consider this solution.

@nikeee nikeee changed the title Fix sharing log DOT scripts Fix sharing large DOT scripts Jan 2, 2020
@IfZen
Copy link

IfZen commented Jul 25, 2020

HI
Just my 2 cents :

Here is a large width digraph that causes issues (maybe not what this thread means though):
Actually the digraph is not large enough so that we can think it could cause issue...
The render is actually fine online on edotor but when downloading PNG file, a part of graph is completely cropped.
About 66% of the image width (at right) seems missing.
There is no warning in console in chrome (when graph was even larger).

If I reduce size of edge's label (for example by setting them all to "A"), everywhere goes fine.

large_width_digraph.txt
cropped_result_when_exporting

@nikeee
Copy link
Owner Author

nikeee commented Jul 25, 2020

Thansk for reporting! I created a new issue for that problem as #31.

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

2 participants