@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
19 lines (18 loc) • 312 B
CSS
.x6-path-drawer {
cursor: crosshair;
}
.x6-path-drawer .start-point {
fill: #fff;
stroke: #000;
stroke-width: 2px;
}
.x6-path-drawer .start-point:hover {
fill: #000;
}
.x6-path-drawer .control-path {
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
stroke-linecap: round;
}