JuliaGraphics / Luxor.jl

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

Svg issue 150 #249

Closed oheil closed 1 year ago

oheil commented 1 year ago

https://github.com/JuliaGraphics/Luxor.jl/issues/150

codecov[bot] commented 1 year ago

Codecov Report

Base: 73.05% // Head: 73.24% // Increases project coverage by +0.19% :tada:

Coverage data is based on head (d9faff1) compared to base (a04b373). Patch coverage: 98.43% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #249 +/- ## ========================================== + Coverage 73.05% 73.24% +0.19% ========================================== Files 32 32 Lines 6368 6436 +68 ========================================== + Hits 4652 4714 +62 - Misses 1716 1722 +6 ``` | [Impacted Files](https://codecov.io/gh/JuliaGraphics/Luxor.jl/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics) | Coverage Δ | | |---|---|---| | [src/drawings.jl](https://codecov.io/gh/JuliaGraphics/Luxor.jl/pull/249/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2RyYXdpbmdzLmps) | `71.67% <98.43%> (+5.95%)` | :arrow_up: | | [src/Luxor.jl](https://codecov.io/gh/JuliaGraphics/Luxor.jl/pull/249/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL0x1eG9yLmps) | `75.00% <0.00%> (-25.00%)` | :arrow_down: | | [src/curves.jl](https://codecov.io/gh/JuliaGraphics/Luxor.jl/pull/249/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2N1cnZlcy5qbA==) | `95.17% <0.00%> (-0.81%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

oheil commented 1 year ago

checking test/polysample.jl

cormullion commented 1 year ago

Let's give it a whirl! Thanks for your contributions!