f91b5e67
by Yeshun Ye at 2025-11-03T21:18:38+01:00
d2d1: Fix incorrect union member access in radial gradient brush.
Fixed union member misuse in d2d_brush_fill_cb() function where radial
gradient brush processing incorrectly accessed brush->u.linear.gradient
instead of brush->u.radial.gradient.
Signed-off-by: YeshunYe <yeyeshun@uniontech.com>