You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/schemas/schema.d.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,14 @@ export interface Glyph {
327
327
* Determines how the piece (usually a text element) is reorientated after rotation is done. 'vertical' means it will always be reorientated vertically. Otherwise, it rotates along with everything else.
328
328
*/
329
329
orientation?: "vertical"|"fluid";
330
+
/**
331
+
* Flips the glyph across the x axis
332
+
*/
333
+
flipx?: boolean;
334
+
/**
335
+
* Flips the glyph across the y axis
336
+
*/
337
+
flipy?: boolean;
330
338
/**
331
339
* The number of units to nudge the glyph from centre.
0 commit comments