1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-23 07:33:06 +02:00

Added right_triangle.

This commit is contained in:
Chris Palmer
2019-07-29 19:30:07 +01:00
parent 4ff12b1d8b
commit 645ff21d3d
3 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ module globals() {
translate([30, 0])
ellipse(15, 7);
translate([50, 0])
right_triangle(10, 20, 0);
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB