mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[paint] Fix typo in radial-gradients!
This commit is contained in:
parent
9b4eaff867
commit
dedc05c220
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ hb_paint_radial_gradient (hb_paint_funcs_t *funcs, void *paint_data,
|
|||
float x0, float y0, float r0,
|
||||
float x1, float y1, float r1)
|
||||
{
|
||||
funcs->radial_gradient (paint_data, color_line, x0, y0, r0, y1, x1, r1);
|
||||
funcs->radial_gradient (paint_data, color_line, x0, y0, r0, x1, y1, r1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue