Skip to content

Conversation

Copy link

Copilot AI commented Dec 30, 2025

process = _~_; SVG output omitted the visible feedback loop because recursive connections were not marked as real endpoints and lacked a leftward offset, so the collector pruned the traits.

  • Changes

    • Mark feedback and feedforward endpoints as real inputs/outputs during trait collection in recSchema so recursive links are retained.
    • Apply a consistent negative horizontal offset for feedback/feedforward wiring to render the loop visibly.
  • Illustration

    process = _~_;  // now produces an SVG with a visible leftward feedback loop
Original prompt

This section details on the original issue you should resolve

<issue_title>Incorrect SVG diagram</issue_title>
<issue_description>For this codeprocess = _~_;</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix incorrect SVG diagram issue Fix recursion SVG loop rendering for _~_ diagrams Dec 30, 2025
Copilot AI requested a review from sletz December 30, 2025 19:09
@sletz sletz marked this pull request as ready for review December 30, 2025 19:10
@sletz
Copy link
Member

sletz commented Dec 30, 2025

Fixed.pdf
The line in red is still missing.

Copy link
Member

@sletz sletz left a comment

Choose a reason for hiding this comment

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

Capture d’écran 2025-12-30 à 20 27 23 The line in red is still missing. Add it.

@sletz sletz closed this Dec 30, 2025
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.

Incorrect SVG diagram

2 participants