JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
588 stars 71 forks source link

provide own buffer for images #233

Closed oheil closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #233 (6e15ace) into master (b623c8c) will increase coverage by 0.03%. The diff coverage is 92.30%.

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   73.48%   73.52%   +0.03%     
==========================================
  Files          32       32              
  Lines        6158     6171      +13     
==========================================
+ Hits         4525     4537      +12     
- Misses       1633     1634       +1     
Impacted Files Coverage Δ
src/drawings.jl 63.63% <92.30%> (+1.70%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b623c8c...6e15ace. Read the comment docs.

cormullion commented 2 years ago

Thanks!