r-lib / svglite

A lightweight svg graphics device for R
https://svglite.r-lib.org
180 stars 39 forks source link

Make SVGs valid while device is open #53

Closed noamross closed 8 years ago

noamross commented 8 years ago

This PR institutes changes that allow an SVG to be viewed while the device is open.

This can easily be made compatible with #46 if need be.

codecov-io commented 8 years ago

Current coverage is 92.62%

Merging #53 into master will decrease coverage by -0.31% as of 3c4b0f6

@@            master     #53   diff @@
======================================
  Files            6       6       
  Stmts          382     407    +25
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            355     377    +22
  Partial          0       0       
- Missed          27      30     +3

Review entire Coverage Diff as of 3c4b0f6

Powered by Codecov. Updated on successful CI builds.