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

Use native SVG icons when outputting SVG diagrams #866

Open
radupotop opened this issue Mar 13, 2023 · 1 comment
Open

Use native SVG icons when outputting SVG diagrams #866

radupotop opened this issue Mar 13, 2023 · 1 comment

Comments

@radupotop
Copy link

Would it be possible to use native SVG icons when outputting diagrams in the SVG format?

This means that instead of trying to embed the existing PNG icons into SVG diagrams (like it was previously suggested in other tickets [1]) read the SVG icon files and embed the shapes directly.

This would make the resulting SVG file size significantly smaller, self-contained, purely vector based, searchable in the browser, etc.
This means that the application would also need to distribute the current assets in SVG format.

Possible options for obtaining these assets are:

[1] Previous related tickets:

@svenBrumble
Copy link

This is a great suggestion and I'd love to see that feature as well. SVG now has widespread adoption even in the non-tech space and being able to just provide a single SVG file instead of having to include a source directory for the individual icons would be a great option to have.

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

No branches or pull requests

2 participants