adding handDrawn cypress test

This commit is contained in:
Ashish Jain
2024-08-09 15:43:08 +02:00
parent 02eb8dacb6
commit 9b9f4ea704
21 changed files with 1086 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ import intersect from '../intersect/index.js';
import type { Node } from '$root/rendering-util/types.d.ts';
import type { SVG } from '$root/diagram-api/types.js';
import rough from 'roughjs';
import { solidStateFill } from './handDrawnStyles.js';
import { solidStateFill } from './handDrawnShapeStyles.js';
import { getConfig } from '$root/diagram-api/diagramAPI.js';
export const forkJoin = (parent: SVG, node: Node, dir: string) => {