adjust parent heights

This commit is contained in:
Gavin Nishizawa 2023-07-06 13:31:32 -07:00
parent 27f66c8d72
commit 81db10d67e
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
2 changed files with 631 additions and 402 deletions

File diff suppressed because it is too large Load diff

View file

@ -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()