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
Joplin version: 4e25377 Platform: Desktop OS specifics: Ubuntu 23.04
<img src="data:image/svg+xml;utf8,<svg width="1700" height="1536" xmlns="http://www.w3.org/2000/svg"> <path d="m0,0 l100,1000 l200,0 z"/> </svg>">
The image should be preserved.
#8735 (not loaded resources are represented partially with image tags with UTF-8 SVG data URIs).
The text was updated successfully, but these errors were encountered:
I think that's purposely disabled by the sanitizer for security reasons?
Sorry, something went wrong.
The current output after converting from HTML->MD->HTML is
<img src="data:;base64,<svg width=" 1700"="" height="1536" xmlns="http://www.w3.org/2000/svg">
Note that it does render correctly in the HTML viewer:
Seeing this too, but don't understand why this is. Is the sanitizer I can disable or tweak?
I'm and enduser BTW. :-)
It looks like this is an upstream bug and was fixed in TinyMCE 6.1. Thus, upgrading TinyMCE should fix this issue.
Desktop: Fixes laurent22#8736: Fix images with SVG data URLs corrupte…
3211bdb
…d in the rich text editor
Desktop: Fixes #8736: Fix images with SVG data URLs corrupted in the …
e71ec2b
…rich text editor (#9801)
personalizedrefrigerator
Successfully merging a pull request may close this issue.
Environment
Joplin version: 4e25377
Platform: Desktop
OS specifics: Ubuntu 23.04
Steps to reproduce
Describe what you expected to happen
The image should be preserved.
Related
#8735 (not loaded resources are represented partially with image tags with UTF-8 SVG data URIs).
The text was updated successfully, but these errors were encountered: