JuliaGraphics / Luxor.jl

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

Regression in opacity/hue settings #257

Closed oheil closed 1 year ago

oheil commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Base: 74.61% // Head: 74.63% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (602a694) compared to base (ade003d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #257 +/- ## ========================================== + Coverage 74.61% 74.63% +0.02% ========================================== Files 33 33 Lines 6476 6482 +6 ========================================== + Hits 4832 4838 +6 Misses 1644 1644 ``` | [Impacted Files](https://codecov.io/gh/JuliaGraphics/Luxor.jl/pull/257?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/257?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2RyYXdpbmdzLmps) | `78.32% <100.00%> (+0.34%)` | :arrow_up: | 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.

cormullion commented 1 year ago

Thanks! Will try test a bit more tomorrow.