Revision 740677

Go back to digest for 25th November 2007

Bug Fixes in KDE Base

Fredrik Höglund committed changes in /trunk/KDE/kdelibs/khtml/html:

Fix some issues with radial gradients in the canvas implementation:

- Use the larger of the two radii as the radius in the QGradient, and invert the positions of the color stops if the inner radius is larger than the outer one.
- Emulate support for an inner radius by adjusting the color stops.
- Make sure adjustPosition() never returns a value greater than 1.0.

File Changes

Modified 2 files
  • /trunk/KDE/kdelibs/khtml/html
  •   /html_canvasimpl.cpp
  •   /html_canvasimpl.h
2 files changed in total