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

12 lines
276 B
JavaScript

import { createShape } from './util';
export const Ellipse = createShape('ellipse', {
attrs: {
body: {
refCx: '50%',
refCy: '50%',
refRx: '50%',
refRy: '50%',
},
},
});
//# sourceMappingURL=ellipse.js.map