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

This commit is contained in:
saurabhg772244
2024-09-09 19:37:59 +05:30
90 changed files with 455 additions and 313 deletions

View File

@@ -101,7 +101,7 @@ To add a new shape:
- **Example**:
```typescript
import { Node } from '$root/rendering-util/types.d.ts';
import { Node } from '../../types.d.ts';
export const myNewShape = async (parent: SVGAElement, node: Node) => {
// Create your shape here