-
Notifications
You must be signed in to change notification settings - Fork 104
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
rotate=90 graph attribute does not set the rotation #251
Comments
The problem is in translateZoomBehaviorTransform which doesn't handle rotation, but assumes it is zero. If the call to that function is removed, the problem doesn't occur. This means that a workaorund when using d3-graphviz directly is to disable zooming with |
…is enabled Fixes first part of #251 originally reported as https://github.com/magjac/graphviz-visual-editor/issues/214.
…tion Second and final fix that fixes #251 originally reported as https://github.com/magjac/graphviz-visual-editor/issues/214.
…is enabled Fixes first part of #251 originally reported as https://github.com/magjac/graphviz-visual-editor/issues/214.
There was also a similar problem with transitions. See #328 for details. |
rotate=90
graph attribute does not set the rotation, instead the rendered image disappears during typing this attribute or if you refresh the page, the graph is drawn as if without therotate
attribute.Example:
The text was updated successfully, but these errors were encountered: