Revision 789342

Go back to digest for 30th March 2008

Optimization in KDE Base

Fredrik Höglund committed changes in /trunk/KDE/kdelibs/khtml/rendering/render_object.cpp:

Optimize the dashed and dotted line drawing code by using a QPainterPath instead of a QBitmap, since bitmaps aren't accelerated by EXA.

With this change, this code path no longer shows up as a bottleneck when profiling.

File Changes

Modified 1 files
  • /trunk/KDE/kdelibs/khtml/rendering/render_object.cpp
1 files changed in total