Skip to content

Commit 5e76690

Browse files
author
James Brundage
committed
fix: Turtle.get_Stroke defaulting to currentcolor ( Fixes #15 )
Fixing case
1 parent 94b1789 commit 5e76690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Turtle/get_Stroke.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if ($this.'.Stroke') {
22
return $this.'.Stroke'
33
} else {
4-
return 'currentColor'
4+
return 'currentcolor'
55
}

0 commit comments

Comments
 (0)