Merge branch 'knsv/new-shapes' of github.com:mermaid-js/mermaid into neo-new-shapes

This commit is contained in:
Ashish Jain
2024-09-12 10:48:18 +02:00
3 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { imgSnapshotTest } from '../../helpers/util';
const looks = ['classic', 'handDrawn'] as const;
const directions = ['TB', 'LR'] as const;
const directions = ['TB', 'BT', 'LR', 'RL'] as const;
const labelPos = [undefined, 't', 'b'] as const;
looks.forEach((look) => {