[Webkit-unassigned] [Bug 67298] [Qt] getBBox() on a SVGPathElement with curves incorrectly includes control points

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 18:05:31 PDT 2013


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





--- Comment #5 from Neil <fraser at google.com>  2013-07-15 18:06:05 PST ---
Created an attachment (id=206712)
 --> (https://bugs.webkit.org/attachment.cgi?id=206712&action=review)
Minimal test case

Load the attached test case.  In the console execute:
document.getElementById('obj').getBBox()

Expected result:
SVGRect {height: 25, width: 50, y: 100, x: 100}
Actual result:
SVGRect {height: 31, width: 50, y: 97, x: 100}

The red rectangle represents the reported size of the blue shape.  (The red rectangle is static, it won't update when this bug is fixed.)

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