@antv/x6-plugin-snapline
Version:
snapline plugin for X6
22 lines • 448 B
JavaScript
;
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.content = void 0;
/**
* Auto generated file, do not modify it!
*/
exports.content = `.x6-widget-snapline {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
}
.x6-widget-snapline-vertical,
.x6-widget-snapline-horizontal {
stroke: #2ecc71;
stroke-width: 1px;
}
`;
//# sourceMappingURL=raw.js.map