Types/Turtle/get_OffsetPath.ps1
<# .SYNOPSIS Gets the Turtle as an OffsetPath .DESCRIPTION Gets the Turtle as an offset path. .LINK https://developer.mozilla.org/en-US/docs/Web/CSS/offset-path #> param() "offset-path: path('$($this.PathData)');" |