WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
137011
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug