Skip to content

Turtle.ClosePath should close a path #277

@StartAutomating

Description

@StartAutomating

SVG paths are easy enough to close, we just use the z command. The slightly tricky part is knowing where we are after we close a path. The cannonical answer is "after the last m statement", but, as all turtle motions are relative, we need to start from the beginning and calculate (or have a routine that does this for us)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions