-
Notifications
You must be signed in to change notification settings - Fork 712
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
SVG export for large topologies? #555
Comments
.svg export is an interesting idea. @davkal, is it technically feasible? The way Scope chooses to make more or less information visible is via topologies of different levels of abstraction. Further, I don't see an immediately obvious, user-friendly way to scale detail up and down based on any parameter, manual or automatic. That said, we're definitely looking in to all kinds of ways to increase the information density for large infrastructures. Thanks for the ideas, we'll put them in the pot! |
SVG exports are technically possible since it's just a DOM subtree, but we need a way to inline the relevant CSS. Without CSS the graph looks quite poor. |
In case you mean export SVG to PNG, we could try html2canvas. |
* applies CSS styles inline * exports SVG chart node * injects A tag to download * based on SVG-crowbar Fixes #555
It's that button! I'd forgotten! :D!!!!!!!!
|
Common displays aren't large enough to display all of the detail that scope can expose. Most computers aren't powerful enough to render this detail smoothly, so:
The text was updated successfully, but these errors were encountered: