gecko0307 / dlib

Allocators, I/O streams, math, geometry, image and audio processing for D
https://gecko0307.github.io/dlib
Boost Software License 1.0
217 stars 34 forks source link

Feature draw filled rectangle #183

Closed ReactiveAlkali closed 1 year ago

ReactiveAlkali commented 1 year ago

This is something I personally found rather convenient. It draws a filled rectangle between two given corners.

codecov-commenter commented 1 year ago

Codecov Report

Base: 49.24% // Head: 49.20% // Decreases project coverage by -0.04% :warning:

Coverage data is based on head (40371ba) compared to base (f7c431f). Patch coverage: 0.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #183 +/- ## ========================================== - Coverage 49.24% 49.20% -0.04% ========================================== Files 109 109 Lines 8643 8650 +7 ========================================== Hits 4256 4256 - Misses 4387 4394 +7 ``` | [Impacted Files](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov) | Coverage Δ | | |---|---|---| | [dlib/audio/io/package.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby9pby9wYWNrYWdlLmQ=) | `0.00% <ø> (ø)` | | | [dlib/audio/io/wav.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby9pby93YXYuZA==) | `0.00% <ø> (ø)` | | | [dlib/audio/sample.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby9zYW1wbGUuZA==) | `0.00% <ø> (ø)` | | | [dlib/audio/sound.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby9zb3VuZC5k) | `0.00% <ø> (ø)` | | | [dlib/audio/synth.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby9zeW50aC5k) | `0.00% <ø> (ø)` | | | [dlib/audio/unmanaged.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9hdWRpby91bm1hbmFnZWQuZA==) | `0.00% <ø> (ø)` | | | [dlib/coding/varint.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9jb2RpbmcvdmFyaW50LmQ=) | `86.48% <ø> (ø)` | | | [dlib/coding/zlib.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9jb2RpbmcvemxpYi5k) | `75.40% <ø> (ø)` | | | [dlib/concurrency/taskqueue.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9jb25jdXJyZW5jeS90YXNrcXVldWUuZA==) | `95.00% <ø> (ø)` | | | [dlib/concurrency/threadpool.d](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov#diff-ZGxpYi9jb25jdXJyZW5jeS90aHJlYWRwb29sLmQ=) | `95.55% <ø> (ø)` | | | ... and [96 more](https://codecov.io/gh/gecko0307/dlib/pull/183?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Timur+Gafarov) | | 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=Timur+Gafarov). 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=Timur+Gafarov)

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