constants.ts 167 B

1234
  1. // Bit masks to check which parts of element needs to be updated.
  2. export const REDRAW_BIT = 1;
  3. export const STYLE_CHANGED_BIT = 2;
  4. export const SHAPE_CHANGED_BIT = 4;