.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;
}
