871b639c1afbbae1552599ea00923e2355d69ba2583afc94da022a27c4cacc0669c200ac0bdb7c698510005568951e4fd4262c1083bbf817cec5d5eeead66d 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;