adjust parent heights
This commit is contained in:
parent
27f66c8d72
commit
81db10d67e
2 changed files with 631 additions and 402 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -208,6 +208,8 @@ func run(t *testing.T, tc testCase) {
|
|||
renderOpts := &d2svg.RenderOpts{
|
||||
Pad: 0,
|
||||
ThemeID: tc.themeID,
|
||||
// To compare deltas at a fixed scale
|
||||
// Scale: go2.Pointer(1.),
|
||||
}
|
||||
if len(diagram.Layers) > 0 || len(diagram.Scenarios) > 0 || len(diagram.Steps) > 0 {
|
||||
masterID, err := diagram.HashID()
|
||||
|
|
|
|||
Loading…
Reference in a new issue