saving VennDiagram in .svg

Hi, I am trying to use the package VennDiagram_1.6.20.
My R sessionInfo is:
R version 3.5.2 (2018-12-20)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.3

And this is the snippet of code I am using:
ect3_roots_vd <- venn.diagram(
x = list(ect3_lists[["roots_ect3"]]$meta.gene.id,
ect3_lists[["roots_te234"]]$meta.gene.id),
filename = "ect3_roots_vd.svg",
height = 10,
width = 10,
resolution = 300,
imagetype = "svg",
units = "in",
category.names = c("roots_ect3" , "roots_te234"),
print.mode = c("raw", "percent"),
main="triple vs single mutant roots - ect3",
main.cex = 2,
fill = c('#a50026', '#fdae61')
)
Now, when I open the file in Illustrator, this is what I get:

But if I select the file in the Finder and show a prview "clicking" on it with the spacebar the I get the right image (can't add it here as I am a new user and I am not allowed)

Has anyone else tried saving a venndiagram in svg and had the same problem?
Thanks for the support.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.