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.
Turtle.get_Stroke
1 parent 94b1789 commit 5e76690Copy full SHA for 5e76690
Types/Turtle/get_Stroke.ps1
@@ -1,5 +1,5 @@
1
if ($this.'.Stroke') {
2
return $this.'.Stroke'
3
} else {
4
- return 'currentColor'
+ return 'currentcolor'
5
}
0 commit comments