keeleysam / tenfourfox

Automatically exported from code.google.com/p/tenfourfox
0 stars 0 forks source link

fix gradients in Azure backend [including M752341] #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://bugzilla.mozilla.org/show_bug.cgi?id=752341

The patch does not fix the issue on 10.4, and in fact prevents the text from 
showing at all instead of partially as it does. We might append the context 
within the loop?

Original issue reported on code.google.com by classi...@floodgap.com on 19 May 2012 at 1:32

GoogleCodeExporter commented 9 years ago
If we change the width of the gradient, then more appears, so this suggests a 
bug in the gradient generator rather than DrawTargetCG.cpp.

Original comment by classi...@floodgap.com on 23 May 2012 at 2:14

GoogleCodeExporter commented 9 years ago
CGShadingCreateAxial was not set to extend. Now it is.

As a bonus, I found what was causing that dark fringe (bad alpha multipliers in 
the interpolator). Both issues now fixed!

Original comment by classi...@floodgap.com on 23 May 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Shipp'd

Original comment by classi...@floodgap.com on 30 May 2012 at 11:55