PSSVG icon indicating copy to clipboard operation
PSSVG copied to clipboard

`SVG.Path`s should be extended

Open StartAutomating opened this issue 1 year ago • 0 comments

Now that we're decorating SVG elements (#148) , we can start doing interesting things with specific ones

For the sake Geometry, and sanity, SVG.Path should support a number of operations, such as supporting Turtle/Logo style graphics

  • [ ] SVG.Path.Forward/Back()
  • [ ] SVG.Path.Turn/Right/Left()
  • [ ] SVG.Path.Heading
  • [ ] SVG.Path.Start/EndPoint

StartAutomating avatar Dec 28 '23 04:12 StartAutomating