Bug 137011

Summary: SVGToOTFFontConverter::computeKerningData() uses redundant sets
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: Layout and RenderingAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Myles C. Maxfield
Reported 2014-09-22 14:02:07 PDT
Glyph names are kept in a HashSet inside SVGKerningPair, and SVGToOTFFontConverter::addGlyphNames() pulls them out of that HashSet and into another HashSet. This could be improved.
Attachments
Note You need to log in before you can comment on or make changes to this bug.