Skip to content

Commit e9cb9fd

Browse files
author
James Brundage
committed
feat: Turtle.PenColor() ( Fixes #56 )
1 parent c07ecda commit e9cb9fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Types/Turtle/PenColor.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
param($stroke = 'currentColor')
2+
$this.Stroke = $stroke
3+
return $this

0 commit comments

Comments
 (0)