Revision 876696

Go back to digest for 2nd November 2008

Bug Fixes in KDE Base

Viacheslav Tokarev committed changes in /trunk/KDE/kdelibs/khtml:

improve svg text support, it fixes acid3 svg-related crash.
now 4 more svg elements are supported at the DOM-level (rendering is not tested yet, and most probably won't work)

File Changes

Added 2 files
  • /trunk/KDE/kdelibs/khtml/rendering
  •   /RenderSVGTSpan.cpp
  •   /RenderSVGTSpan.h
Modified 20 files
  • /trunk/KDE/kdelibs/khtml
  •   /CMakeLists.txt
  •   /misc/AtomicString.h
  •   /rendering/RenderSVGText.cpp
  •   /rendering/SVGInlineTextBox.cpp
  •   /svg/SVGAltGlyphElement.cpp
  •   /svg/SVGAltGlyphElement.h
  •   /svg/SVGFontData.cpp
  •   /svg/SVGFontData.h
  •   /svg/SVGFontElement.cpp
  •   /svg/SVGFontElement.h
  •   /svg/SVGGlyphElement.cpp
  •   /svg/SVGGlyphElement.h
  •   /svg/SVGGlyphMap.h
  •   /svg/SVGHKernElement.cpp
  •   /svg/SVGHKernElement.h
  •   /svg/SVGMissingGlyphElement.cpp
  •   /svg/SVGTextPathElement.h
  •   /svg/SVGTSpanElement.cpp
  •   /svg/SVGTSpanElement.h
  •   /xml/dom_docimpl.cpp
22 files changed in total