app/src/main/java/safeluck/drive/evaluation/fragment/RoadDriveMapFragmentaa.java
@@ -1078,7 +1078,7 @@ Line linex = new Line(scr_x, scr_y, scr_x2, scr_y2); Relation relation = IntersectionOf(linex, bmp.getWidth(), bmp.getHeight()); if (scr_x >= 0 && scr_x <= bmp.getWidth() && scr_y >= 0 && scr_y <= bmp.getHeight()) { if (relation == Relation.GM_Intersection || relation == Relation.GM_Containment) { if (draw_status == 0) { sepPath.moveTo(scr_x, scr_y); sepPath.lineTo(scr_x2, scr_y2);