rect.js 327 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Rect = void 0;
  4. const util_1 = require("./util");
  5. exports.Rect = (0, util_1.createShape)('rect', {
  6. attrs: {
  7. body: {
  8. refWidth: '100%',
  9. refHeight: '100%',
  10. },
  11. },
  12. });
  13. //# sourceMappingURL=rect.js.map