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

11 lines
246 B
JavaScript

import { createShape } from './util';
export const Circle = createShape('circle', {
attrs: {
body: {
refCx: '50%',
refCy: '50%',
refR: '50%',
},
},
});
//# sourceMappingURL=circle.js.map