[Webkit-unassigned] [Bug 36731] SVG Glyph transformations wrong on use of SVGFont

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 14:07:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36731


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2010-03-28 14:07:30 PST ---
After checking SVGInlineTextBox::calculateGlyphBoundaries it turns out, that
only the x-Position is wrong, caused by a wrong x-Position of SVGChar.x.
Another very strange issue: The values depend on the chars that are used and
how they are combined. Combining the same characters results in the expected
output. Some other combinations cause wrong positioning of the chars.
I try to upload a short test case to demonstrate this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list