RESOLVED FIXED 62441
Add glyph table to SVGFontElement mapping between SVGGlyph <-> Glyph
https://bugs.webkit.org/show_bug.cgi?id=62441
Summary Add glyph table to SVGFontElement mapping between SVGGlyph <-> Glyph
Nikolas Zimmermann
Reported 2011-06-10 01:49:57 PDT
Add glyph table to SVGFontElement mapping between SVGGlyph <-> Glyph. This is a preparation patch 1 for bug 59085.
Attachments
Patch (18.80 KB, patch)
2011-06-10 01:53 PDT, Nikolas Zimmermann
rwlbuis: review+
Nikolas Zimmermann
Comment 1 2011-06-10 01:53:37 PDT
Created attachment 96715 [details] Patch The first prep patch splitted off from bug 59085.
Rob Buis
Comment 2 2011-06-10 08:54:09 PDT
Comment on attachment 96715 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=96715&action=review LGTM > Source/WebCore/svg/SVGGlyphMap.h:53 > + void add(const String& string, const SVGGlyph& glyph) Can you try to give a more descriptive name than add?
Nikolas Zimmermann
Comment 3 2011-06-10 13:20:11 PDT
Thanks, landed in r88557.
Note You need to log in before you can comment on or make changes to this bug.