Renamed files
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -23,4 +23,4 @@ Creates a line from two points.
|
||||
line2d(p1 = [0, 0], p2 = [5, 0], width = 1,
|
||||
p1Style = CAP_BUTT, p2Style = CAP_BUTT);
|
||||
|
||||

|
||||

|
@@ -24,4 +24,4 @@ Creates a polyline from a list of `x`, `y` coordinates. It depends on the `line2
|
||||
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1,
|
||||
startingStyle = CAP_ROUND, endingStyle = CAP_ROUND);
|
||||
|
||||

|
||||

|