Bug 62441

Summary: Add glyph table to SVGFontElement mapping between SVGGlyph <-> Glyph
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, krit, rwlbuis, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 59085    
Attachments:
Description Flags
Patch rwlbuis: review+

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.