JuliaGraphics / Luxor.jl

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

Update livegraphics.md #291

Closed mpeters2 closed 6 months ago

mpeters2 commented 6 months ago

Added underlines to _set_next_drawing_index() and __set_drawing_index(), otherwise the code didn't work.

See set_next_drawing_index` not defined #290

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bba8e24) 76.10% compared to head (84e1b8d) 73.86%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #291 +/- ## ========================================== - Coverage 76.10% 73.86% -2.25% ========================================== Files 36 36 Lines 6605 6604 -1 ========================================== - Hits 5027 4878 -149 - Misses 1578 1726 +148 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cormullion commented 6 months ago

Thank you very much!