Community
Participate
Working Groups
Created attachment 106268 [details] Patch Build ID: I20080617-2000 Steps To Reproduce: 1.In FormPage class, call setTextBackground(...) method with vertical = false, the header does not show up the gradient More information: Cause of this bug is in FormImages, drawTextGradient(..) method. line 217 int gradientWidth = percents[i] * height / 100; should be changed to int gradientWidth = percents[i] * width / 100; Attached is the patch.
Nice catch. Patch applied to HEAD. Thanks Wang!
Closing as FIXED.