[Webkit-unassigned] [Bug 25460] New: Selection rects are wrong for text with SVG fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 16:00:23 PDT 2009


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

           Summary: Selection rects are wrong for text with SVG fonts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
 BugsThisDependsOn: 25404


This can be seen by:
http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-pservers-grad-08-b.html

We use selection rects to compute the repaint rect for text.  In the above case
"Gradient On Stroke" has the top of the 'G' clipped off.  Also, if you try and
select the text, you'll see that the individual character rects are wrong.

Some of this is due to use of objectBoundingBox() where we should be using
repaintRectInLocalCoordinates(), but fixing those does not fix the whole bug.


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



More information about the webkit-unassigned mailing list