File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -599,11 +599,11 @@ return $this.Rotate(-90).LSystem('-X', [Ordered]@{
599
599
.EXAMPLE
600
600
Turtle GoldenFlower
601
601
.EXAMPLE
602
- Turtle StarFlower 42 20 10
602
+ Turtle GoldenFlower 42 10 36
603
603
.EXAMPLE
604
- Turtle StarFlower 42 40 13 9
604
+ Turtle GoldenFlower 42 5 72
605
605
.EXAMPLE
606
- Turtle StarFlower 84 40 6 9 | Save-Turtle ./StarFlowerPattern .svg Pattern
606
+ Turtle GoldenFlower 84 30 12 | Save-Turtle ./GoldenFlowerPattern .svg Pattern
607
607
#>
608
608
param(
609
609
# The width of each rectangle
@@ -1510,7 +1510,11 @@ if (-not $Height) {
1510
1510
$Height = $width/((1 + [Math]::Sqrt(5))/2)
1511
1511
}
1512
1512
1513
- $this.Forward($width).Rotate(90).Forward($Height).Rotate(90).Forward($Width).Rotate(90).Forward($height).Rotate(90)
1513
+ $this.
1514
+ Forward($width).Rotate(90).
1515
+ Forward($Height).Rotate(90).
1516
+ Forward($Width).Rotate(90).
1517
+ Forward($height).Rotate(90)
1514
1518
</Script >
1515
1519
</ScriptMethod >
1516
1520
<ScriptMethod >
You can’t perform that action at this time.
0 commit comments