score:0

you can see clearly that overflow line use 5 value in d attribute of path tag.while,other lines have 4 values of d attribute in path tag.

overflow line

 <path class="line" d="
 m886.9440000000001,
 377.8723404255319l295.648,
 245.10638297872342l0,
 222.6382978723404l-295.648,
 61.27659574468083
 "style="stroke: rgb(0, 173, 242);"></path>

other lines

 <path class="line" 
 d="m0,
 234.8936170212766l295.648,
 255.31914893617022l886.9440000000001,
 275.74468085106383
 "style="stroke: rgb(186, 187, 193);"></path>

use same values and it will work.

 <path class="line" d="
 m886.9440000000001,
 377.8723404255319l295.648,
 245.10638297872342l0,
 222.6382978723404l-295.648
 "style="stroke: rgb(0, 173, 242);"></path>

sorry for first answer.


Related Query

More Query from same tag