[Webkit-unassigned] [Bug 25214] New: SVG renderers have a bunch of broken/wrong extra code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 11:29:18 PDT 2009


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

           Summary: SVG renderers have a bunch of broken/wrong extra code
           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


SVG renderers have a bunch of broken/wrong extra code

Mostly due to my historical confusions about the render tree and some methods
not being removed after classes were split.

RenderSVGRoot is an RenderBox and should just use all the standard RenderBox
methods for inspector and repaint rects.

RenderSVGContainer is *not* a RenderBox (any more) and thus doesn't need
lineHeight or width/height or calcBounds.

RenderSVGViewportContainer had some broken code which tried to see if the click
was inside the container at all, but it was using width/height metrics based
off of the containing block (from calcWidth) which is wrong!


-- 
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