SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/background/index.js
2026-05-15 10:22:44 +08:00

15 lines
601 B
JavaScript

/* eslint-disable @typescript-eslint/ban-types */
import { Registry } from '../registry';
import * as patterns from './main';
export var Background;
(function (Background) {
Background.presets = Object.assign({}, patterns);
Background.presets['flip-x'] = patterns.flipX;
Background.presets['flip-y'] = patterns.flipY;
Background.presets['flip-xy'] = patterns.flipXY;
Background.registry = Registry.create({
type: 'background pattern',
});
Background.registry.register(Background.presets, true);
})(Background || (Background = {}));
//# sourceMappingURL=index.js.map