You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I want to say that your project is fantastic! I've been using it extensively, and it’s been extremely valuable.
I’d like to propose a feature that could further enhance the user experience: enabling the recursion tree visualization to be exported as an SVG file. An SVG format would be ideal for allowing users to zoom in/out and annotate the tree, which is especially useful when working with large or complex trees where clarity and detailed viewing are essential.
While attempting a workaround, I tried saving the element to an svg file and added the following line:
However, this approach resulted in a distorted view (see the attached image). I suspect the issue may be related to the class attribute, which could be causing unexpected rendering behavior.
Thank you for considering this, and I’m excited to see the amazing updates you’ll bring to the project!
Keep up the fantastic work!
The text was updated successfully, but these errors were encountered:
Hello @brpapa,
First, I want to say that your project is fantastic! I've been using it extensively, and it’s been extremely valuable.
I’d like to propose a feature that could further enhance the user experience: enabling the recursion tree visualization to be exported as an SVG file. An SVG format would be ideal for allowing users to zoom in/out and annotate the tree, which is especially useful when working with large or complex trees where clarity and detailed viewing are essential.
While attempting a workaround, I tried saving the element to an svg file and added the following line:
However, this approach resulted in a distorted view (see the attached image). I suspect the issue may be related to the class attribute, which could be causing unexpected rendering behavior.

Thank you for considering this, and I’m excited to see the amazing updates you’ll bring to the project!
Keep up the fantastic work!
The text was updated successfully, but these errors were encountered: