Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVG public API and xml entity handling #4521

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

neon12345
Copy link

usage:

...
TreeViewer viewer = new TreeViewer(Arrays.asList(parser.getRuleNames()), tree); 
BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(System.out)); 
viewer.toSVG(writer);

usage:

...
TreeViewer viewer = new TreeViewer(Arrays.asList(parser.getRuleNames()), tree);
BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(System.out));
viewer.toSVG(writer);

Signed-off-by: neon12345 <784389+neon12345@users.noreply.github.com>
@neon12345 neon12345 mentioned this pull request Feb 18, 2024
4 tasks
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.

None yet

1 participant