SourceTermAnalysisSystem_vue/node_modules/@antv/x6/lib/registry/attr/fill.js
2026-05-15 10:22:44 +08:00

11 lines
342 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fill = void 0;
const x6_common_1 = require("@antv/x6-common");
exports.fill = {
qualify: x6_common_1.ObjectExt.isPlainObject,
set(fill, { view }) {
return `url(#${view.graph.defineGradient(fill)})`;
},
};
//# sourceMappingURL=fill.js.map