river edit: allow to add interim points

This commit is contained in:
Azgaar 2021-08-24 22:24:33 +03:00
parent c1533c5408
commit 008aea2b2f
3 changed files with 58 additions and 39 deletions

View file

@ -985,16 +985,16 @@ body button.noicon {
#controlPoints > path {
fill: none;
stroke: #000000;
stroke: #0a0909;
stroke-width: 2;
opacity: 0.4;
cursor: pointer;
}
#controlCells > .current {
fill: #82c8ff40;
stroke: #82c8ff;
stroke-width: 0.4;
#controlCells {
pointer-events: none;
fill: #82c8ff80;
stroke: "none";
}
#vertices > circle {