Bug 18130
Summary: | Spelling error in SVG kerning code for r31342 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xiaodi Wu <xiaodi.wu> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Trivial | ||
Priority: | P5 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Xiaodi Wu
Congrats on making it to 100/100 on Acid3! A minor quibble though:
In svg/SVGTextContentElement.cpp, the function cummulatedCharacterRangeLength() should have a single m, and should probably be cumulativeCharacterRangeLength(). Trivial, but it might save someone from tripping over the function name at a later time. Again, congrats.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Thanks!
patch:
http://paste.lisp.org/display/59102
Landed as r31857