Radius Line Appears on Moving Arc
问题 I was trying to create these shapes moving, the shape is made up of a semicircle and a symmetric upper arc & lower arc. They should be just the shape in front but now there are line like a tail dragging behind when they move. The output shape with unknown tail It seems like these lines are from the moveTo part of upper and lower arcs, but I can't figure out how to solve it. Where should I change to get rid of it? function Fish(x, y, dx, dy, radius){ this.x = x; this.y = y; this.dx = dx; this