WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25225
getBBox() (implemented with objectBoundingBox()) is often wrong
https://bugs.webkit.org/show_bug.cgi?id=25225
Summary
getBBox() (implemented with objectBoundingBox()) is often wrong
Eric Seidel (no email)
Reported
2009-04-15 17:24:42 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Nikolas Zimmermann
Comment 1
2010-07-02 00:17:19 PDT
Fixed in trunk. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug