Describe the bug
This bug was observed when trying to fix the graph view cutting bug. The zoom control uses a viewbox attribute in SVG which seems to be not set to anything until a user does his first click on the zoom control.
To Reproduce
- To go SSVC Explorer and then
- Click on Graph tab to see the Graph
- Now click on the zoom controller icon - the graph will change even if the zoom is set to 100%
Expected behavior
The graph zoom view should be at 100% for the first initial setup. Looks like viewbox attribute is not initially set causing this.