1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 03:50:27 +02:00

Renamed files

This commit is contained in:
Justin Lin
2017-03-11 17:51:28 +08:00
parent 6522483d7d
commit d71817bd42
6 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -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);
![line2d](images/line2d-1.JPG)
![line2d](images/lib-line2d-1.JPG)

View File

@@ -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);
![polyline2d](images/polyline2d-3.JPG)
![polyline2d](images/lib-polyline2d-3.JPG)