We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
diagrams.net has a built-in mechanism to converts all images in the SVG output to data URIs. However, this mechanism relies on a proxy:
We could take inspiration from the convertImages function but we will most likely need to re-implement this feature: https://github.com/jgraph/drawio/blob/acd938b1e42cff3be3b629e6239cdec9a9baddcc/src/main/webapp/js/diagramly/Editor.js#L3240
convertImages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
diagrams.net has a built-in mechanism to converts all images in the SVG output to data URIs.
However, this mechanism relies on a proxy:
We could take inspiration from the
convertImages
function but we will most likely need to re-implement this feature: https://github.com/jgraph/drawio/blob/acd938b1e42cff3be3b629e6239cdec9a9baddcc/src/main/webapp/js/diagramly/Editor.js#L3240The text was updated successfully, but these errors were encountered: