Types/Turtle/get_Stroke.ps1

if ($this.'.Stroke') {
    return $this.'.Stroke'
} else {
    return 'currentcolor'
}