We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999dbf8 commit 38ad8efCopy full SHA for 38ad8ef
README.md
@@ -119,13 +119,15 @@ $turtle |
119
<img src='./Examples/Hexagon.svg' alt='Hexagon' width='50%' />
120
</div>
121
Because this Turtle generates SVG, we can also use it to create patterns.
122
+
123
~~~PowerShell
124
125
turtle ('Forward', 10, 'Rotate', 60 * 6) |
126
Set-Turtle -Property Stroke '#4488ff' |
127
Save-Turtle -Path ./Examples/HexagonPattern.svg -Property Pattern
128
129
~~~
130
131
<div align='center'>
132
C:\Users\JamesBrundage\Documents\WindowsPowerShell\Modules\Turtle\Examples\HexagonPattern.svg
133
<img src='./Examples/HexagonPattern.svg' alt='Hexagon Pattern' width='50%' />
0 commit comments