W72crm_web-master/node_modules/zrender/lib/graphic/constant.js

9 lines
217 B
JavaScript
Raw Normal View History

2025-05-27 11:25:53 +08:00
var ContextCachedBy = {
NONE: 0,
STYLE_BIND: 1,
PLAIN_TEXT: 2
}; // Avoid confused with 0/false.
var WILL_BE_RESTORED = 9;
exports.ContextCachedBy = ContextCachedBy;
exports.WILL_BE_RESTORED = WILL_BE_RESTORED;