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