mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-16 06:49:31 +02:00
Updated shapes in test
This commit is contained in:
@@ -18,8 +18,18 @@ const newShapesSet2 = [
|
|||||||
'windowPane',
|
'windowPane',
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
|
const newShapesSet3 = [
|
||||||
|
'halfRoundedRectangle',
|
||||||
|
'curvedTrapezoid',
|
||||||
|
'bowTieRect',
|
||||||
|
'dividedRect',
|
||||||
|
'crossedCircle',
|
||||||
|
] as const;
|
||||||
|
|
||||||
|
const newShapesSet4 = ['waveRectangle', 'trapezoidalPentagon', 'linedCylinder'] as const;
|
||||||
|
|
||||||
// Aggregate all shape sets into a single array
|
// Aggregate all shape sets into a single array
|
||||||
const newShapesSets = [['windowPane']] as const;
|
const newShapesSets = [newShapesSet1, newShapesSet2, newShapesSet3, newShapesSet4] as const;
|
||||||
|
|
||||||
looks.forEach((look) => {
|
looks.forEach((look) => {
|
||||||
directions.forEach((direction) => {
|
directions.forEach((direction) => {
|
||||||
|
Reference in New Issue
Block a user