Closed ilia-kats closed 8 years ago
Sorry that it took me so long to notice, but this fix now leads to the situtation where lines() always joins its endpoints, as in
library(svglite)
svglite()
plot(1:10)
lines(c(2, 2, 3, 3), c(2, 3, 3, 2))
dev.off()
have you tried with recent master?
right, my bad, sorry
no worries
Compare:
to
The bottom border of the violin plot is not drawn with svglite.