Changeset 31381 in webkit


Ignore:
Timestamp:
Mar 27, 2008 8:37:09 PM (16 years ago)
Author:
mjs@apple.com
Message:

2008-03-27 Maciej Stachowiak <mjs@apple.com>

Rubber stamped by Oliver.

  • re-fix Acid3, some code was incorrectly moved when fixing the Qt build
  • rendering/SVGRootInlineBox.cpp: (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31376 r31381  
     12008-03-27  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Rubber stamped by Oliver.
     4
     5        - re-fix Acid3, some code was incorrectly moved when fixing the Qt build
     6
     7        * rendering/SVGRootInlineBox.cpp:
     8        (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
     9
    1102008-03-27  Simon Hausmann  <hausmann@webkit.org>
    211
  • trunk/WebCore/rendering/SVGRootInlineBox.cpp

    r31374 r31381  
    13071307
    13081308        double kerning = 0.0;
    1309         lastGlyph.isValid = false;
    13101309#if ENABLE(SVG_FONTS)
    13111310        SVGFontElement* svgFont = 0;
     
    13231322            lastGlyph.glyphName = glyphName;
    13241323            lastGlyph.isValid = true;
    1325         }
     1324        } else
     1325            lastGlyph.isValid = false;
    13261326#endif
    13271327
Note: See TracChangeset for help on using the changeset viewer.