mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Add shape filledCircle
This commit is contained in:
@@ -10,7 +10,7 @@ const newShapesSet1 = [
|
||||
'flippedTriangle',
|
||||
'hourglass',
|
||||
] as const;
|
||||
const newShapesSet2 = ['taggedRect', 'multiRect'] as const;
|
||||
const newShapesSet2 = ['taggedRect', 'multiRect', 'lightningBolt', 'filledCircle'] as const;
|
||||
|
||||
// Aggregate all shape sets into a single array
|
||||
const newShapesSets = [newShapesSet1, newShapesSet2] as const;
|
||||
|
Reference in New Issue
Block a user