JuliaGraphics / Luxor.jl

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

Divide a circle into four arcs for more precision #269

Closed hyrodium closed 10 months ago

hyrodium commented 10 months ago

This PR fixes https://github.com/JuliaGraphics/Luxor.jl/issues/268.

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% :tada:

Comparison is base (5e81f15) 73.16% compared to head (8584fba) 73.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #269 +/- ## ========================================== + Coverage 73.16% 73.17% +0.01% ========================================== Files 34 34 Lines 6753 6756 +3 ========================================== + Hits 4941 4944 +3 Misses 1812 1812 ``` | [Files Changed](https://app.codecov.io/gh/JuliaGraphics/Luxor.jl/pull/269?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics) | Coverage Δ | | |---|---|---| | [src/curves.jl](https://app.codecov.io/gh/JuliaGraphics/Luxor.jl/pull/269?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2N1cnZlcy5qbA==) | `96.24% <100.00%> (+0.02%)` | :arrow_up: |

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

hyrodium commented 10 months ago

Thank you for the merge!