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

Utilities toolbar export model to SVG does not display custom CS images. #111

Open
harolato opened this issue Dec 10, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@harolato
Copy link

After exporting via:
1607618552 1

The exported SVG still contains path to the image. Custom images/icons were introduced via ConcreteSyntax formalism. This makes the exported SVG to display incorrectly:
chrome_83b6n7OhrK

Possible solutions for a fix:

  1. convert image files into base64 blobs for direct display on SVG
  2. render the SVG into PNG on server/client side before download.
@BentleyJOakes BentleyJOakes added the bug Something isn't working label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants