Skip to content

New node: Path is Closed#3970

Merged
Keavon merged 1 commit intomasterfrom
path-is-closed-node
Mar 29, 2026
Merged

New node: Path is Closed#3970
Keavon merged 1 commit intomasterfrom
path-is-closed-node

Conversation

@Keavon
Copy link
Copy Markdown
Member

@Keavon Keavon commented Mar 29, 2026

Determines if the subpath at the given index (across all vector element subpaths) is closed, meaning its ends are connected together forming a loop.

@Keavon Keavon merged commit 50a618a into master Mar 29, 2026
10 of 11 checks passed
@Keavon Keavon deleted the path-is-closed-node branch March 29, 2026 00:37
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new 'Path is Closed' node to the vector node graph, which checks if a specific subpath is closed. A review comment suggests using the idiomatic is_closed() method from the kurbo library and optimizing the iterator chain to improve performance and readability.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant