updated styles, testcases and fixed html labels for image shape

This commit is contained in:
omkarht
2024-09-11 19:00:02 +05:30
parent 67bcd3e0d6
commit 3359d87115
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) => {