Skip to content

Commit 7f1b0b6

Browse files
committed
Fix REGULAR_POLYGON
1 parent fa5ff98 commit 7f1b0b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/backend/src/altNodes/jsonNodeConversion.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const canBeFlattened = (node: Node): boolean => {
158158
"STAR",
159159
"POLYGON",
160160
"BOOLEAN_OPERATION",
161+
"REGULAR_POLYGON",
161162
];
162163

163164
// Handle special case for Rectangle nodes with zero or near-zero height

0 commit comments

Comments
 (0)