linwenling
2023-08-01 2eb0cfea5b267d45163b5ba632ca6160912e9cf5
1
2
3
4
// Bit masks to check which parts of element needs to be updated.
export const REDRAW_BIT = 1;
export const STYLE_CHANGED_BIT = 2;
export const SHAPE_CHANGED_BIT = 4;