Given three lines l1, l2, l3 that already form a triangle, return a path that describes the triangle (which can then be filled, etc.).
l1, l2, l3
First line
Second line
Third line
Path data for triangle
Given three lines
l1, l2, l3
that already form a triangle, return a path that describes the triangle (which can then be filled, etc.).