mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
Fix typos
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
parent
4ecedcdb3b
commit
1a6dd845a2
23 changed files with 33 additions and 33 deletions
|
|
@ -1234,7 +1234,7 @@ shadow_edge_gradient(struct lab_data_buffer *buffer,
|
|||
*/
|
||||
double xn = (double)(x + inset) / (double)total_size;
|
||||
|
||||
/* Gausian dropoff */
|
||||
/* Gaussian dropoff */
|
||||
double alpha = exp(-(xn * xn) / variance);
|
||||
|
||||
/* RGBA values are all pre-multiplied */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue