NEW137011
SVGToOTFFontConverter::computeKerningData() uses redundant sets
https://bugs.webkit.org/show_bug.cgi?id=137011
Summary SVGToOTFFontConverter::computeKerningData() uses redundant sets
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.