[webkit-reviews] review requested: [Bug 59085] Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts : [Attachment 97283] Patch v6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 06:18:01 PDT 2011


Nikolas Zimmermann <zimmermann at kde.org> has asked  for review:
Bug 59085: Integrate SVG Fonts within GlyphPage concept, removing the special
SVG code paths from Font, making it possible to reuse the simple text code path
for SVG Fonts
https://bugs.webkit.org/show_bug.cgi?id=59085

Attachment 97283: Patch v6
https://bugs.webkit.org/attachment.cgi?id=97283&action=review

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
More work on Qt/win build fixes. It turns out SVGTextRunRenderingContexts base
class has pure virtual functions and a virtual dtor. SVGTextRunRenderingContext
itself has virtual functions and no dtor at all, hopefully explicitly
specifying a virtual dtor fixes the msvc linkage issue.


More information about the webkit-reviews mailing list