[Webkit-unassigned] [Bug 25225] New: getBBox() (implemented with objectBoundingBox()) is often wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 17:24:42 PDT 2009


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

           Summary: getBBox() (implemented with objectBoundingBox()) is
                    often wrong
           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: 25224


getBBox() (implemented with objectBoundingBox()) is often wrong

RenderSVGTSpan has an empty implementation.  RenderForeignObject returns the
borderBox() which, although un-spec'd, is correct according to Doug and Erik in
#svg.  They may yet issue an Errata to cover the issue.

I'm sure other SVG renderers are missing proper objectBoundingBox()
implementations (which will show up as ASSERTs in debug mode when viewing the
right SVGs, or when calling getBBox() on the right elements).  This bug tracks
fixing all these and landing a test case testing getBBox() on various SVG
elements.


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