We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c292e commit 46f3c21Copy full SHA for 46f3c21
include/scenefx/types/fx/gradient.h
@@ -3,7 +3,7 @@
3
4
struct gradient {
5
float degree;
6
- struct wlr_box range; // the full area the gradient fit too, for borders use the window size
+ struct wlr_box range; // the full area the gradient fit to, for borders use the window size
7
float origin[2]; // center of the gradient, { 0.5, 0.5 } for normal
8
bool is_linear; // else is conic
9
float should_blend;
0 commit comments