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

dev: "svg" does not generate a well formed xml image #58

Open
averissimo opened this issue Nov 26, 2018 · 1 comment
Open

dev: "svg" does not generate a well formed xml image #58

averissimo opened this issue Nov 26, 2018 · 1 comment

Comments

@averissimo
Copy link

averissimo commented Nov 26, 2018

> BiocManager::version()
[1] ‘3.8> installed.packages() %>% as.data.frame() %>% filter(Package == 'BiocStyle') %>% select(Package, Version, Built)
    Package Version Built
1 BiocStyle  2.10.0 3.5.1

The following example fails to generate a proper html vignette with svg, while using "html_document" works correctly

test-SVG.Rmd

It produces an incomplete xml for the SVG image:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="620" height="296">
<g style="</svg>
@averissimo averissimo changed the title dev: "svg" does not generate well formed svg dev: "svg" does not generate a well formed xml image Nov 26, 2018
@averissimo
Copy link
Author

Same error for dev: 'svglite'

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

1 participant