ZIm/crates/picker
Nathan Sobo 42794ccdf1 Fix anti-aliasing artifacts in borders
Previously, we changed borders to be drawn after content, so they are no longer
part of the same quads as the background. In our change, we gave the background
quad a transparent black border and the border quads transparent black
backgrounds. However, this caused the other channels to blend toward that black
color before becoming fully transparent, causing them to become darker.

In this PR, I source the "placeholder" color by duplicating the values for
the other channels and only adjust the alpha down to zero.
2023-12-28 10:27:51 -07:00
..
src Fix anti-aliasing artifacts in borders 2023-12-28 10:27:51 -07:00
Cargo.toml Enable test-support on editor in tests 2023-05-20 09:54:38 -06:00