Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • G graphviz
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 439
    • Issues 439
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • graphvizgraphviz
  • graphviz
  • Issues
  • #1605
Closed
Open
Issue created Oct 16, 2019 by Pierre-Henri Wuillemin@phwuill

SVG error for "g.transform.scale " in graphviz version 2.43

Hello,

With such a dot file (and a graphsize ="1")

digraph "A->B" {
  "A" -> "B";
}

I noticed changes in the SVG created by graphviz between version 2.43 and 2.38 :

image

This changes (in scale values apparently) unfortunately lead to error when vizualized in a jupyter notebook :

image

s1 is generated by 2.43 and s2 is generated by 2.38. As you understand, I would really prefer the version 2.38 :-) Apparently, the scale values have been inversed (1.61*0.62069 ~ 1)...

Because it worked before 2.43, I ask you first if the modification in the graphviz's SVG generator is not a bug (before asking to the other involved softs like jupyter)

Thanks!

Edited Oct 16, 2019 by Pierre-Henri Wuillemin
Assignee
Assign to
Time tracking