SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/shape/circle.js

11 lines
246 B
JavaScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import { createShape } from './util';
export const Circle = createShape('circle', {
attrs: {
body: {
refCx: '50%',
refCy: '50%',
refR: '50%',
},
},
});
//# sourceMappingURL=circle.js.map