mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
f39ae2f762
I was seeing a black "hole" in the center of this gradient: ``` background = { { source = { Gradient={ colors = {"rgb(45,26,109)", "black"}, orientation = { Radial={ cx = 0.75, cy = 0.75, radius = 1.25, } }, } }, width="100%", height="100%", }, ``` setting noise=0 "fixed" it, so this commit localizes that fix to the center of the gradient by preventing noise from wrapping around the gradient. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |