Current File : /home/tradevaly/www/node_modules/zrender/src/graphic/constant.js
export var ContextCachedBy = {
    NONE: 0,
    STYLE_BIND: 1,
    PLAIN_TEXT: 2
};

// Avoid confused with 0/false.
export var WILL_BE_RESTORED = 9;