-
Notifications
You must be signed in to change notification settings - Fork 331
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
svg device + embed-resources: true
not working as expected
#7584
Comments
Does this also happen when using svglite as graphics device? (AFK) |
We have a separate bug about that; it comes from Pandoc skipping the classes of the svg element when embedding it. |
The black background is related to another issue, but I believe the issue here with SVG (no matter the tool used) is the new way Pandoc has to embed them. EDIT: Worth look into the SVG file before and after Pandoc processing. |
I opened about this specific SVG modification issue. For #7369 and we need to come up with a correct reproducible example to open an issue with Pandoc, or come up with a solution. |
This comment was marked as resolved.
This comment was marked as resolved.
self-contained: true
not working as expectedembed-resources: true
not working as expected
There was an issue when embeding SVG in pandoc that were using the same id in some elements. This created some issues. But it will be available in Quarto only when next Pandoc release will be bundled. |
Thanks for this! Is there a (general) timeline for this being available in Quarto? For example, are we talking days, weeks, or months? Curious because I’d like to switch back to SVG for a course I’m teaching in January. Any insight would be appreciated. Thank you. |
It's nearly out of Quarto's hands as it is Pandoc. |
It's very unlikely that we'll do another Pandoc bump before 1.4 is out. |
We've update to latest Pandoc 3.1.11 |
Bug description
When I use an svg device with
self-contained: true
, the text in every plot (except the first) gets...wonky? See below for the basic code I am using. This behavior also occurs when I useembed-resources: true
, but not when I usestandalone: true
.Steps to reproduce
Expected behavior
No response
Actual behavior
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: