JuliaGraphics / Luxor.jl

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

Just a minor syntax thing which might cause small problems. #277

Closed hustf closed 8 months ago

hustf commented 9 months ago

MethodError don't accept messages.

modified: src/text.jl modified: test/text-wrapping.jl

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b508156) 74.62% compared to head (7660ddc) 74.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #277 +/- ## ======================================= Coverage 74.62% 74.62% ======================================= Files 33 33 Lines 6691 6691 ======================================= Hits 4993 4993 Misses 1698 1698 ``` | [Files](https://app.codecov.io/gh/JuliaGraphics/Luxor.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics) | Coverage Δ | | |---|---|---| | [src/text.jl](https://app.codecov.io/gh/JuliaGraphics/Luxor.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL3RleHQuamw=) | `83.65% <0.00%> (ø)` | |

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

cormullion commented 8 months ago

Thanks